#A82CA8
A medium, moderate magenta closely aligning with Darkmagenta.
About #A82CA8
When working with digital screens, the color #A82CA8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(168, 44, 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 74% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A82CA8
RGB168, 44, 168
HSL300.0°, 58.5%, 41.6%
CMYK0%, 74%, 0%, 34%
HSV300.0°, 73.8%, 65.9%
LAB42.7, 63.6, -40.0
XYZ24.1, 13.0, 38.3
Decimal11021480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.85:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.59:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A82CA8;
}
.text-color {
color: #A82CA8;
}
.border-color {
border: 2px solid #A82CA8;
}