#A049A0
A medium, moderate magenta closely aligning with Orchid.
About #A049A0
At its core, #A049A0 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(160, 73, 160).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 54% Magenta, 0% Yellow, and 37% Black. The HSL representation is 300.0° hue, 37.3% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. 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#A049A0
RGB160, 73, 160
HSL300.0°, 37.3%, 45.7%
CMYK0%, 54%, 0%, 37%
HSV300.0°, 54.4%, 62.7%
LAB45.3, 48.3, -31.1
XYZ23.2, 14.8, 34.9
Decimal10504608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.31:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A049A0;
}
.text-color {
color: #A049A0;
}
.border-color {
border: 2px solid #A049A0;
}