#AF33F0
A medium, vivid purple closely aligning with Darkviolet.
About #AF33F0
Visually, #AF33F0 is defined as a vivid purple. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(175, 51, 240).
If you are designing for print, the four-color process is what matters most. The color uses 27% Cyan, 79% Magenta, 0% Yellow, and 6% Black. With a hue angle of 279.4 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF33F0
RGB175, 51, 240
HSL279.4°, 86.3%, 57.1%
CMYK27%, 79%, 0%, 6%
HSV279.4°, 78.8%, 94.1%
LAB49.2, 75.9, -71.0
XYZ34.6, 17.8, 84.0
Decimal11482096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF33F0;
}
.text-color {
color: #AF33F0;
}
.border-color {
border: 2px solid #AF33F0;
}