#A00FFF
A medium, vivid purple closely aligning with Darkviolet.
About #A00FFF
When working with digital screens, the color #A00FFF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(160, 15, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 37% Cyan, 94% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A00FFF
RGB160, 15, 255
HSL276.2°, 100.0%, 52.9%
CMYK37%, 94%, 0%, 0%
HSV276.2°, 94.1%, 100.0%
LAB45.7, 84.5, -85.3
XYZ32.7, 15.0, 95.8
Decimal10489855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A00FFF;
}
.text-color {
color: #A00FFF;
}
.border-color {
border: 2px solid #A00FFF;
}