#A849D3
A medium, moderate purple closely aligning with Mediumorchid.
About #A849D3
When working with digital screens, the color #A849D3 is rendered by mixing light. Its closest recognized web color is Mediumorchid. In the RGB color space, it consists of 168 red, 73 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 20% cyan, 65% magenta, 0% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A849D3
RGB168, 73, 211
HSL281.3°, 61.1%, 55.7%
CMYK20%, 65%, 0%, 17%
HSV281.3°, 65.4%, 82.7%
LAB49.2, 60.3, -54.6
XYZ30.3, 17.8, 63.5
Decimal11028947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A849D3;
}
.text-color {
color: #A849D3;
}
.border-color {
border: 2px solid #A849D3;
}