#AF2CFF
A medium, vivid purple closely aligning with Darkviolet.
About #AF2CFF
The hex code #AF2CFF represents a beautifully specific shade of purple. Its closest recognized web color is Darkviolet. This translates to an RGB value of rgb(175, 44, 255).
If you are designing for print, the four-color process is what matters most. The color uses 31% Cyan, 83% Magenta, 0% Yellow, and 0% Black. The HSL representation is 277.3° hue, 100.0% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF2CFF
RGB175, 44, 255
HSL277.3°, 100.0%, 58.6%
CMYK31%, 83%, 0%, 0%
HSV277.3°, 82.7%, 100.0%
LAB49.7, 80.8, -78.7
XYZ36.6, 18.1, 96.2
Decimal11480319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CFF;
}
.text-color {
color: #AF2CFF;
}
.border-color {
border: 2px solid #AF2CFF;
}