#A824A8
A medium, moderate magenta closely aligning with Darkmagenta.
About #A824A8
At its core, #A824A8 is a medium and moderate hue. It is closely associated with the named CSS color Darkmagenta. This translates to an RGB value of rgb(168, 36, 168).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A824A8
RGB168, 36, 168
HSL300.0°, 64.7%, 40.0%
CMYK0%, 79%, 0%, 34%
HSV300.0°, 78.6%, 65.9%
LAB41.9, 65.9, -41.3
XYZ23.8, 12.4, 38.2
Decimal11019432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.03:1
Text on #FFFFFF
AA
3.48:1
Text on #000000
AA Large
5.76:1
Text on #F8FAFC
AA
2.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A824A8;
}
.text-color {
color: #A824A8;
}
.border-color {
border: 2px solid #A824A8;
}