#A83A7C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A83A7C
At its core, #A83A7C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 58, and 124.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 65% magenta, 26% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#A83A7C
RGB168, 58, 124
HSL324.0°, 48.7%, 44.3%
CMYK0%, 65%, 26%, 34%
HSV324.0°, 65.5%, 65.9%
LAB42.5, 51.7, -13.7
XYZ21.3, 12.8, 20.4
Decimal11025020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A83A7C;
}
.text-color {
color: #A83A7C;
}
.border-color {
border: 2px solid #A83A7C;
}