#A850D3
A medium, moderate purple closely aligning with Mediumorchid.
About #A850D3
Visually, #A850D3 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 80, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 20% Cyan, 62% Magenta, 0% Yellow, and 17% Black. The HSL representation is 280.3° hue, 59.8% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A850D3
RGB168, 80, 211
HSL280.3°, 59.8%, 57.1%
CMYK20%, 62%, 0%, 17%
HSV280.3°, 62.1%, 82.7%
LAB50.4, 57.1, -52.7
XYZ30.8, 18.8, 63.6
Decimal11030739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A850D3;
}
.text-color {
color: #A850D3;
}
.border-color {
border: 2px solid #A850D3;
}