#A883F0
A light, vivid purple closely aligning with Mediumpurple.
About #A883F0
At its core, #A883F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(168, 131, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 30% C, 45% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A883F0
RGB168, 131, 240
HSL260.4°, 78.4%, 72.7%
CMYK30%, 45%, 0%, 6%
HSV260.4°, 45.4%, 94.1%
LAB62.4, 36.8, -49.9
XYZ40.0, 30.8, 86.3
Decimal11043824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A883F0;
}
.text-color {
color: #A883F0;
}
.border-color {
border: 2px solid #A883F0;
}