#A842A8
A medium, moderate magenta closely aligning with Mediumorchid.
About #A842A8
Visually, #A842A8 is defined as a moderate magenta. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(168, 66, 168).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 61% magenta inks. The HSL representation is 300.0° hue, 43.6% saturation, and 45.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A842A8
RGB168, 66, 168
HSL300.0°, 43.6%, 45.9%
CMYK0%, 61%, 0%, 34%
HSV300.0°, 60.7%, 65.9%
LAB45.7, 55.1, -35.2
XYZ25.2, 15.0, 38.6
Decimal11027112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A842A8;
}
.text-color {
color: #A842A8;
}
.border-color {
border: 2px solid #A842A8;
}