Color: #A96FFB
#A96FFB Color Information
#A96FFB is a light color. The closest websafe version is #A96FFB. A complement of this color would be #C1FB6F, perceived brightness is 0.57, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 265°,a saturation of 95%, and a lightness of 71%.The HSV representation shows a hue of 265°, a saturation of 56%, and a value of 98%.
In a RGB color space, #A96FFB is composed of 66% red, 44% green and 98% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 56% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 26.07, x: 0.2772, and y: 0.1941.
Color Code #A96FFB
Shades of Color #A96FFB
Shades are created by darkening the original color #A96FFB 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 #A96FFB
Tints are created by lightening the original color #A96FFB 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 #A96FFB Color Code
In the HSL color space, this color has a hue angle of 265°, a saturation of 95%, and a lightness of 71%. The HSV representation shows a hue of 265°, a saturation of 56%, and a value of 98%.
- HEX: #A96FFB
- RGB: rgb(169, 111, 251)
- HSL: hsl(265, 95%, 71%)
- HSV: hsv(265, 56%, 98%)
- CMYK: 33.00% cyan, 56.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 37.23, 26.07, 70.99
- Yxy: 26.07, 0.2772, 0.1941
- Hunter Lab: 58.10, 44.66, -62.45
- CIE-Lab: 58.10, 44.66, -62.45
In the XYZ color space, this color is represented as X: 37.23, Y: 26.07, Z: 70.99. The Yxy representation further refines this as Y: 26.07, x: 0.2772, and y: 0.1941.
In the Hunter Lab color space, this color is represented as L: 58.10, a: 44.66, and b: -62.45. Similarly, in the CIE-Lab color space, it is represented as L: 58.10, a: 44.66, and b: -62.45.
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 #A96FFB
Triadic colors are three colors evenly spaced around the color wheel, including #A96FFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A96FFB
Split complementary colors are two colors adjacent to the complementary color of #A96FFB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A96FFB
Monochromatic colors are variations of #A96FFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A96FFB
The complementary color of #A96FFB 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 #A96FFB
/* Using HEX */ body { background-color: #a96ffb; }
/* Using RGB */ body { background-color: rgb(169, 111, 251); }
/* Using RGB with opacity */ body { background-color: rgba(169, 111, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(265, 95%, 71%); }
/* Text color */ p { color: #a96ffb; }
/* Box shadow */ div { box-shadow: 4px 4px #a96ffb; }
/* Border color */ .box { border: 4px solid #a96ffb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a96ffb; }
/* Background with text */ div { background: #a96ffb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A96FFB
<!-- Using HEX --> <div style="background-color: #a96ffb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(169, 111, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(169, 111, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(265, 95%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a96ffb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a96ffb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a96ffb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a96ffb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a96ffb; color: #fff; padding: 16px; border-radius: 8px;"> #A96FFB </div>
Related Colors of #A96FFB
These colors are similar to #A96FFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.