---
title: adobeRGB1998
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolorspace/adobergb1998
---

# adobeRGB1998

A color space object that represents an Adobe RGB (1998) color space.

## Declaration

```swift
class var adobeRGB1998: NSColorSpace { get }
```

## Return Value

Return Value The NSColorSpace object. This color-additive color space has red, green, blue, and alpha components.

## Discussion

Discussion The Adobe RGB (1998) color space was designed to encompass most of the colors achievable on CMYK color printers, but by using RGB primary colors on a device such as the computer display. For more information on this color space, go to http://www.adobe.com/digitalimag/adobergb.html.

## See Also

### Getting a Named Color Space

- [deviceRGB](appkit/nscolorspace/devicergb.md)
- [genericRGB](appkit/nscolorspace/genericrgb.md)
- [deviceCMYK](appkit/nscolorspace/devicecmyk.md)
- [genericCMYK](appkit/nscolorspace/genericcmyk.md)
- [deviceGray](appkit/nscolorspace/devicegray.md)
- [genericGray](appkit/nscolorspace/genericgray.md)
- [sRGB](appkit/nscolorspace/srgb.md)
- [extendedSRGB](appkit/nscolorspace/extendedsrgb.md)
- [displayP3](appkit/nscolorspace/displayp3.md)
- [genericGamma22Gray](appkit/nscolorspace/genericgamma22gray.md)
- [extendedGenericGamma22Gray](appkit/nscolorspace/extendedgenericgamma22gray.md)
