#A007C5
A medium, vivid magenta closely aligning with Darkorchid.
About #A007C5
The hex code #A007C5 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 160 parts red, 7 parts green, and 197 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 19% cyan, 96% magenta, 0% yellow, and 23% black. The HSL representation is 288.3° hue, 93.1% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. 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#A007C5
RGB160, 7, 197
HSL288.3°, 93.1%, 40.0%
CMYK19%, 96%, 0%, 23%
HSV288.3°, 96.4%, 77.3%
LAB40.7, 74.6, -60.4
XYZ24.7, 11.7, 53.8
Decimal10487749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A007C5;
}
.text-color {
color: #A007C5;
}
.border-color {
border: 2px solid #A007C5;
}