#A07CA0
A medium, muted magenta closely aligning with Rosybrown.
About #A07CA0
Visually, #A07CA0 is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(160, 124, 160).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 22% Magenta, 0% Yellow, and 37% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A07CA0
RGB160, 124, 160
HSL300.0°, 15.9%, 55.7%
CMYK0%, 22%, 0%, 37%
HSV300.0°, 22.5%, 62.7%
LAB56.5, 20.3, -13.9
XYZ28.1, 24.4, 36.5
Decimal10517664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07CA0;
}
.text-color {
color: #A07CA0;
}
.border-color {
border: 2px solid #A07CA0;
}