#A83A99
A medium, moderate magenta closely aligning with Purple.
About #A83A99
The hex code #A83A99 represents a beautifully specific shade of magenta. Its closest recognized web color is Purple. In the RGB color space, it consists of 168 red, 58 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 65% magenta, 9% yellow, and 34% black. With a hue angle of 308.2 degrees, it sits comfortably in the magenta spectrum.
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#A83A99
RGB168, 58, 153
HSL308.2°, 48.7%, 44.3%
CMYK0%, 65%, 9%, 34%
HSV308.2°, 65.5%, 65.9%
LAB43.7, 56.0, -29.3
XYZ23.4, 13.7, 31.5
Decimal11025049
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.63:1
Text on #FFFFFF
AA
3.73:1
Text on #000000
AA Large
5.38:1
Text on #F8FAFC
AA
3.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A83A99;
}
.text-color {
color: #A83A99;
}
.border-color {
border: 2px solid #A83A99;
}