#AF16CC
A medium, vivid magenta closely aligning with Darkorchid.
About #AF16CC
The hex code #AF16CC represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(175, 22, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 14% C, 89% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF16CC
RGB175, 22, 204
HSL290.4°, 80.5%, 44.3%
CMYK14%, 89%, 0%, 20%
HSV290.4°, 89.2%, 80.0%
LAB44.3, 76.2, -58.5
XYZ28.9, 14.0, 58.3
Decimal11474636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF16CC;
}
.text-color {
color: #AF16CC;
}
.border-color {
border: 2px solid #AF16CC;
}