#A0505F
A medium, moderate red closely aligning with Palevioletred.
About #A0505F
Visually, #A0505F is defined as a moderate red. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(160, 80, 95).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 50% Magenta, 41% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0505F
RGB160, 80, 95
HSL348.8°, 33.3%, 47.1%
CMYK0%, 50%, 41%, 37%
HSV348.8°, 50.0%, 62.7%
LAB44.3, 34.7, 6.7
XYZ19.4, 14.0, 12.5
Decimal10506335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0505F;
}
.text-color {
color: #A0505F;
}
.border-color {
border: 2px solid #A0505F;
}