#A849A0
A medium, moderate magenta closely aligning with Orchid.
About #A849A0
The precise color #A849A0 is an excellent choice for modern design projects. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(168, 73, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 57% Magenta, 5% Yellow, and 34% Black. With a hue angle of 305.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A849A0
RGB168, 73, 160
HSL305.1°, 39.4%, 47.3%
CMYK0%, 57%, 5%, 34%
HSV305.1°, 56.5%, 65.9%
LAB46.5, 50.5, -29.2
XYZ24.9, 15.6, 35.0
Decimal11028896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.09:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.87:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A849A0;
}
.text-color {
color: #A849A0;
}
.border-color {
border: 2px solid #A849A0;
}