#AF00BD
A dark, vivid magenta closely aligning with Darkorchid.
About #AF00BD
At its core, #AF00BD is a dark and vivid hue. Its closest recognized web color is Darkorchid. Its digital footprint relies on 175 parts red, 0 parts green, and 189 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 7% cyan and 100% magenta inks. With a hue angle of 295.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF00BD
RGB175, 0, 189
HSL295.6°, 100.0%, 37.1%
CMYK7%, 100%, 0%, 26%
HSV295.6°, 100.0%, 74.1%
LAB42.4, 76.2, -52.7
XYZ26.9, 12.8, 49.2
Decimal11468989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF00BD;
}
.text-color {
color: #AF00BD;
}
.border-color {
border: 2px solid #AF00BD;
}