#A007B6
A dark, vivid magenta closely aligning with Darkorchid.
About #A007B6
The hex code #A007B6 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(160, 7, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 96% M, 0% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A007B6
RGB160, 7, 182
HSL292.5°, 92.6%, 37.1%
CMYK12%, 96%, 0%, 29%
HSV292.5°, 96.2%, 71.4%
LAB39.6, 72.1, -53.3
XYZ23.0, 11.0, 45.2
Decimal10487734
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A007B6;
}
.text-color {
color: #A007B6;
}
.border-color {
border: 2px solid #A007B6;
}