#A050E2
A light, vivid purple closely aligning with Darkorchid.
About #A050E2
Visually, #A050E2 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(160, 80, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 29% cyan, 65% magenta, 0% yellow, and 11% black. The HSL representation is 272.9° hue, 71.6% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A050E2
RGB160, 80, 226
HSL272.9°, 71.6%, 60.0%
CMYK29%, 65%, 0%, 11%
HSV272.9°, 64.6%, 88.6%
LAB50.3, 58.6, -61.4
XYZ31.1, 18.7, 73.9
Decimal10506466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A050E2;
}
.text-color {
color: #A050E2;
}
.border-color {
border: 2px solid #A050E2;
}