#AF33DB
A medium, moderate purple closely aligning with Darkorchid.
About #AF33DB
At its core, #AF33DB is a medium and moderate hue. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 175 red, 51 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 20% cyan, 77% magenta, 0% yellow, and 14% black. With a hue angle of 284.3 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#AF33DB
RGB175, 51, 219
HSL284.3°, 70.0%, 52.9%
CMYK20%, 77%, 0%, 14%
HSV284.3°, 76.7%, 85.9%
LAB47.7, 71.8, -61.5
XYZ31.6, 16.6, 68.6
Decimal11482075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.86:1
Text on #FFFFFF
AA
4.32:1
Text on #000000
AA Large
4.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF33DB;
}
.text-color {
color: #AF33DB;
}
.border-color {
border: 2px solid #AF33DB;
}