#A83A92
A medium, moderate magenta closely aligning with Purple.
About #A83A92
Visually, #A83A92 is defined as a moderate magenta. It is closely associated with the named CSS color Purple. Its digital footprint relies on 168 parts red, 58 parts green, and 146 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A83A92
RGB168, 58, 146
HSL312.0°, 48.7%, 44.3%
CMYK0%, 65%, 13%, 34%
HSV312.0°, 65.5%, 65.9%
LAB43.4, 54.9, -25.6
XYZ22.8, 13.4, 28.6
Decimal11025042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A83A92;
}
.text-color {
color: #A83A92;
}
.border-color {
border: 2px solid #A83A92;
}