#AF2CF0
A medium, vivid purple closely aligning with Darkviolet.
About #AF2CF0
At its core, #AF2CF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 175 red, 44 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 27% cyan, 82% magenta, 0% yellow, and 6% black. With a hue angle of 280.1 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF2CF0
RGB175, 44, 240
HSL280.1°, 86.7%, 55.7%
CMYK27%, 82%, 0%, 6%
HSV280.1°, 81.7%, 94.1%
LAB48.5, 77.9, -72.2
XYZ34.3, 17.2, 84.0
Decimal11480304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.73:1
Text on #FFFFFF
AA
4.44:1
Text on #000000
AA Large
4.52:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CF0;
}
.text-color {
color: #AF2CF0;
}
.border-color {
border: 2px solid #AF2CF0;
}