#A01DFF
A medium, vivid purple closely aligning with Blueviolet.
About #A01DFF
The hex code #A01DFF represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 160 red, 29 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 37% C, 89% M, 0% Y, and 0% K. The HSL representation is 274.8° hue, 100.0% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A01DFF
RGB160, 29, 255
HSL274.8°, 100.0%, 55.7%
CMYK37%, 89%, 0%, 0%
HSV274.8°, 88.6%, 100.0%
LAB46.4, 82.4, -84.1
XYZ33.0, 15.6, 95.9
Decimal10493439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A01DFF;
}
.text-color {
color: #A01DFF;
}
.border-color {
border: 2px solid #A01DFF;
}