#A824AF
A medium, moderate magenta closely aligning with Darkmagenta.
About #A824AF
At its core, #A824AF is a medium and moderate hue. Its closest recognized web color is Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 36, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 4% Cyan, 79% Magenta, 0% Yellow, and 31% Black. With a hue angle of 297.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A824AF
RGB168, 36, 175
HSL297.0°, 65.9%, 41.4%
CMYK4%, 79%, 0%, 31%
HSV297.0°, 79.4%, 68.6%
LAB42.3, 67.1, -44.8
XYZ24.5, 12.7, 41.7
Decimal11019439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.94:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.68:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A824AF;
}
.text-color {
color: #A824AF;
}
.border-color {
border: 2px solid #A824AF;
}