#A83A8A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A83A8A
At its core, #A83A8A is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 58, and 138.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 65% M, 18% Y, and 34% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A83A8A
RGB168, 58, 138
HSL316.4°, 48.7%, 44.3%
CMYK0%, 65%, 18%, 34%
HSV316.4°, 65.5%, 65.9%
LAB43.0, 53.7, -21.3
XYZ22.2, 13.2, 25.4
Decimal11025034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.77:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A83A8A;
}
.text-color {
color: #A83A8A;
}
.border-color {
border: 2px solid #A83A8A;
}