#A82C8A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A82C8A
At its core, #A82C8A is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(168, 44, 138).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 74% M, 18% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A82C8A
RGB168, 44, 138
HSL314.5°, 58.5%, 41.6%
CMYK0%, 74%, 18%, 34%
HSV314.5°, 73.8%, 65.9%
LAB41.2, 58.9, -24.3
XYZ21.6, 12.0, 25.2
Decimal11021450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.19:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.92:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A82C8A;
}
.text-color {
color: #A82C8A;
}
.border-color {
border: 2px solid #A82C8A;
}