#A800A8
A dark, vivid magenta closely aligning with Darkmagenta.
About #A800A8
Visually, #A800A8 is defined as a vivid magenta. Designers often compare it to the standard color Darkmagenta. In the RGB color space, it consists of 168 red, 0 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 0% Y, and 34% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A800A8
RGB168, 0, 168
HSL300.0°, 100.0%, 32.9%
CMYK0%, 100%, 0%, 34%
HSV300.0°, 100.0%, 65.9%
LAB39.8, 71.9, -44.5
XYZ23.2, 11.2, 38.0
Decimal11010216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.50:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.21:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A800A8;
}
.text-color {
color: #A800A8;
}
.border-color {
border: 2px solid #A800A8;
}