#A02CBD
A medium, moderate magenta closely aligning with Darkorchid.
About #A02CBD
When working with digital screens, the color #A02CBD is rendered by mixing light. Its closest recognized web color is Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 44, and 189.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 15% C, 77% M, 0% Y, and 26% K. The HSL representation is 288.0° hue, 62.2% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A02CBD
RGB160, 44, 189
HSL288.0°, 62.2%, 45.7%
CMYK15%, 77%, 0%, 26%
HSV288.0°, 76.7%, 74.1%
LAB42.7, 65.6, -52.4
XYZ24.6, 12.9, 49.3
Decimal10497213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.85:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.59:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A02CBD;
}
.text-color {
color: #A02CBD;
}
.border-color {
border: 2px solid #A02CBD;
}