#AF2CDB
A medium, vivid purple closely aligning with Darkorchid.
About #AF2CDB
Visually, #AF2CDB is defined as a vivid purple. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 44, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 20% Cyan, 80% Magenta, 0% Yellow, and 14% Black. With a hue angle of 284.9 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#AF2CDB
RGB175, 44, 219
HSL284.9°, 70.9%, 51.6%
CMYK20%, 80%, 0%, 14%
HSV284.9°, 79.9%, 85.9%
LAB47.0, 73.9, -62.7
XYZ31.4, 16.0, 68.5
Decimal11480283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CDB;
}
.text-color {
color: #AF2CDB;
}
.border-color {
border: 2px solid #AF2CDB;
}