#A824BD
A medium, moderate magenta closely aligning with Darkorchid.
About #A824BD
Visually, #A824BD is defined as a moderate magenta. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 168 red, 36 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 11% C, 81% M, 0% Y, and 26% K. With a hue angle of 291.8 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A824BD
RGB168, 36, 189
HSL291.8°, 68.0%, 44.1%
CMYK11%, 81%, 0%, 26%
HSV291.8°, 81.0%, 74.1%
LAB43.2, 69.5, -51.6
XYZ26.0, 13.3, 49.3
Decimal11019453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.75:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.50:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A824BD;
}
.text-color {
color: #A824BD;
}
.border-color {
border: 2px solid #A824BD;
}