#A83A6D
A medium, moderate magenta closely aligning with Palevioletred.
About #A83A6D
Visually, #A83A6D is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 58, and 109.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 65% Magenta, 35% Yellow, and 34% Black. The HSL representation is 332.2° hue, 48.7% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A83A6D
RGB168, 58, 109
HSL332.2°, 48.7%, 44.3%
CMYK0%, 65%, 35%, 34%
HSV332.2°, 65.5%, 65.9%
LAB41.9, 49.8, -5.2
XYZ20.4, 12.5, 15.8
Decimal11025005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.02:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A83A6D;
}
.text-color {
color: #A83A6D;
}
.border-color {
border: 2px solid #A83A6D;
}