#A816BD
A medium, vivid magenta closely aligning with Darkorchid.
About #A816BD
Visually, #A816BD is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 168 red, 22 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. The color uses 11% Cyan, 88% Magenta, 0% Yellow, and 26% Black. 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 medium 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#A816BD
RGB168, 22, 189
HSL292.5°, 79.1%, 41.4%
CMYK11%, 88%, 0%, 26%
HSV292.5°, 88.4%, 74.1%
LAB42.1, 72.5, -53.3
XYZ25.6, 12.6, 49.2
Decimal11015869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.98:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.71:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A816BD;
}
.text-color {
color: #A816BD;
}
.border-color {
border: 2px solid #A816BD;
}