#AF50FF
A light, vivid purple closely aligning with Blueviolet.
About #AF50FF
Visually, #AF50FF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 175 red, 80 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 31% cyan, 69% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF50FF
RGB175, 80, 255
HSL272.6°, 100.0%, 65.7%
CMYK31%, 69%, 0%, 0%
HSV272.6°, 68.6%, 100.0%
LAB54.1, 68.1, -71.5
XYZ38.6, 22.1, 96.8
Decimal11489535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.88:1
Text on #FFFFFF
AA Large
5.41:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF50FF;
}
.text-color {
color: #AF50FF;
}
.border-color {
border: 2px solid #AF50FF;
}