#A00FC5
A medium, vivid magenta closely aligning with Darkorchid.
About #A00FC5
Visually, #A00FC5 is defined as a vivid magenta. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 160 red, 15 green, and 197 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 19% Cyan, 92% Magenta, 0% Yellow, and 23% Black. With a hue angle of 287.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A00FC5
RGB160, 15, 197
HSL287.8°, 85.8%, 41.6%
CMYK19%, 92%, 0%, 23%
HSV287.8°, 92.4%, 77.3%
LAB41.0, 73.7, -59.9
XYZ24.7, 11.8, 53.8
Decimal10489797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.23:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.96:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00FC5;
}
.text-color {
color: #A00FC5;
}
.border-color {
border: 2px solid #A00FC5;
}