#A83A5F
A medium, moderate magenta closely aligning with Palevioletred.
About #A83A5F
At its core, #A83A5F is a medium and moderate hue. Designers often compare it to the standard color Palevioletred. In the RGB color space, it consists of 168 red, 58 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 65% magenta, 43% 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. 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#A83A5F
RGB168, 58, 95
HSL339.8°, 48.7%, 44.3%
CMYK0%, 65%, 43%, 34%
HSV339.8°, 65.5%, 65.9%
LAB41.5, 48.2, 2.9
XYZ19.7, 12.2, 12.1
Decimal11024991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.11:1
Text on #FFFFFF
AA
3.44:1
Text on #000000
AA Large
5.84:1
Text on #F8FAFC
AA
2.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A83A5F;
}
.text-color {
color: #A83A5F;
}
.border-color {
border: 2px solid #A83A5F;
}