#A02CF0
A medium, vivid purple closely aligning with Blueviolet.
About #A02CF0
The hex code #A02CF0 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(160, 44, 240).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 33% cyan, 82% magenta, 0% yellow, and 6% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A02CF0
RGB160, 44, 240
HSL275.5°, 86.7%, 55.7%
CMYK33%, 82%, 0%, 6%
HSV275.5°, 81.7%, 94.1%
LAB46.4, 75.7, -75.7
XYZ31.1, 15.6, 83.8
Decimal10497264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.11: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: #A02CF0;
}
.text-color {
color: #A02CF0;
}
.border-color {
border: 2px solid #A02CF0;
}