#A83ABD
A medium, moderate magenta closely aligning with Mediumorchid.
About #A83ABD
The hex code #A83ABD represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 58, and 189.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 11% C, 69% M, 0% Y, and 26% K. The HSL representation is 290.4° hue, 53.0% saturation, and 48.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#A83ABD
RGB168, 58, 189
HSL290.4°, 53.0%, 48.4%
CMYK11%, 69%, 0%, 26%
HSV290.4°, 69.3%, 74.1%
LAB45.7, 62.2, -47.6
XYZ26.8, 15.0, 49.6
Decimal11025085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A83ABD;
}
.text-color {
color: #A83ABD;
}
.border-color {
border: 2px solid #A83ABD;
}