#A00FF0
A medium, vivid purple closely aligning with Darkviolet.
About #A00FF0
Visually, #A00FF0 is defined as a vivid purple. Its closest recognized web color is Darkviolet. Its digital footprint relies on 160 parts red, 15 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 33% C, 94% M, 0% Y, and 6% K. The HSL representation is 278.7° hue, 88.2% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A00FF0
RGB160, 15, 240
HSL278.7°, 88.2%, 50.0%
CMYK33%, 94%, 0%, 6%
HSV278.7°, 93.8%, 94.1%
LAB44.4, 81.6, -79.0
XYZ30.4, 14.1, 83.6
Decimal10489840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.25:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A00FF0;
}
.text-color {
color: #A00FF0;
}
.border-color {
border: 2px solid #A00FF0;
}