#A00FB6
A dark, vivid magenta closely aligning with Darkorchid.
About #A00FB6
Visually, #A00FB6 is defined as a vivid magenta. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(160, 15, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 12% cyan, 92% magenta, 0% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A00FB6
RGB160, 15, 182
HSL292.1°, 84.8%, 38.6%
CMYK12%, 92%, 0%, 29%
HSV292.1°, 91.8%, 71.4%
LAB39.9, 71.1, -52.8
XYZ23.1, 11.2, 45.2
Decimal10489782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.48:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.20:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00FB6;
}
.text-color {
color: #A00FB6;
}
.border-color {
border: 2px solid #A00FB6;
}