Color: #A96CEF
#A96CEF Color Information
#A96CEF is a light color. The closest websafe version is #A96CEF. A complement of this color would be #B2EF6C, perceived brightness is 0.55, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 268°,a saturation of 80%, and a lightness of 68%.The HSV representation shows a hue of 268°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A96CEF is composed of 66% red, 42% green and 94% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 55% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 24.81, x: 0.2860, and y: 0.2003.
Color Code #A96CEF
Shades of Color #A96CEF
Shades are created by darkening the original color #A96CEF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #A96CEF
Tints are created by lightening the original color #A96CEF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #A96CEF Color Code
In the HSL color space, this color has a hue angle of 268°, a saturation of 80%, and a lightness of 68%. The HSV representation shows a hue of 268°, a saturation of 55%, and a value of 94%.
- HEX: #A96CEF
- RGB: rgb(169, 108, 239)
- HSL: hsl(268, 80%, 68%)
- HSV: hsv(268, 55%, 94%)
- CMYK: 29.00% cyan, 55.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 35.43, 24.81, 63.65
- Yxy: 24.81, 0.2860, 0.2003
- Hunter Lab: 56.89, 43.93, -57.75
- CIE-Lab: 56.89, 43.93, -57.75
In the XYZ color space, this color is represented as X: 35.43, Y: 24.81, Z: 63.65. The Yxy representation further refines this as Y: 24.81, x: 0.2860, and y: 0.2003.
In the Hunter Lab color space, this color is represented as L: 56.89, a: 43.93, and b: -57.75. Similarly, in the CIE-Lab color space, it is represented as L: 56.89, a: 43.93, and b: -57.75.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #A96CEF
Triadic colors are three colors evenly spaced around the color wheel, including #A96CEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A96CEF
Monochromatic colors are variations of #A96CEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A96CEF
The complementary color of #A96CEF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #A96CEF
/* Using HEX */ body { background-color: #a96cef; }
/* Using RGB */ body { background-color: rgb(169, 108, 239); }
/* Using RGB with opacity */ body { background-color: rgba(169, 108, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(268, 80%, 68%); }
/* Text color */ p { color: #a96cef; }
/* Box shadow */ div { box-shadow: 4px 4px #a96cef; }
HTML Examples of #A96CEF
<!-- Using HEX --> <div style="background-color: #a96cef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(169, 108, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(169, 108, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(268, 80%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a96cef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a96cef; width: 100px; height: 100px;"></div>
Related Colors of #A96CEF
These colors are similar to #A96CEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.