#AF16DB
A medium, vivid magenta closely aligning with Darkviolet.
About #AF16DB
The precise color #AF16DB is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(175, 22, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 20% cyan, 90% magenta, 0% yellow, and 14% black. The HSL representation is 286.6° hue, 81.7% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF16DB
RGB175, 22, 219
HSL286.6°, 81.7%, 47.3%
CMYK20%, 90%, 0%, 14%
HSV286.6°, 90.0%, 85.9%
LAB45.4, 78.8, -65.4
XYZ30.8, 14.8, 68.3
Decimal11474651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF16DB;
}
.text-color {
color: #AF16DB;
}
.border-color {
border: 2px solid #AF16DB;
}