#A000F0
A medium, vivid purple closely aligning with Darkviolet.
About #A000F0
At its core, #A000F0 is a medium and vivid hue. Its closest recognized web color is Darkviolet. Its digital footprint relies on 160 parts red, 0 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 33% cyan, 100% magenta, 0% yellow, and 6% black. The HSL representation is 280.0° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A000F0
RGB160, 0, 240
HSL280.0°, 100.0%, 47.1%
CMYK33%, 100%, 0%, 6%
HSV280.0°, 100.0%, 94.1%
LAB43.9, 83.1, -79.8
XYZ30.2, 13.8, 83.5
Decimal10486000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.60:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A000F0;
}
.text-color {
color: #A000F0;
}
.border-color {
border: 2px solid #A000F0;
}