#A849A8
A medium, moderate magenta closely aligning with Orchid.
About #A849A8
Visually, #A849A8 is defined as a moderate magenta. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(168, 73, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 57% magenta, 0% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#A849A8
RGB168, 73, 168
HSL300.0°, 39.4%, 47.3%
CMYK0%, 57%, 0%, 34%
HSV300.0°, 56.5%, 65.9%
LAB46.9, 51.9, -33.4
XYZ25.6, 15.9, 38.8
Decimal11028904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A849A8;
}
.text-color {
color: #A849A8;
}
.border-color {
border: 2px solid #A849A8;
}