#A007E9
A medium, vivid purple closely aligning with Darkviolet.
About #A007E9
At its core, #A007E9 is a medium and vivid hue. It is closely associated with the named CSS color Darkviolet. In the RGB color space, it consists of 160 red, 7 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 31% cyan, 97% magenta, 0% yellow, and 9% black. The HSL representation is 280.6° hue, 94.2% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A007E9
RGB160, 7, 233
HSL280.6°, 94.2%, 47.1%
CMYK31%, 97%, 0%, 9%
HSV280.6°, 97.0%, 91.4%
LAB43.5, 81.1, -76.5
XYZ29.3, 13.5, 78.2
Decimal10487785
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.67:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.42:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A007E9;
}
.text-color {
color: #A007E9;
}
.border-color {
border: 2px solid #A007E9;
}