Color: #AA91CB
#AA91CB Color Information
#AA91CB is a light color. The closest websafe version is #AA91CB. A complement of this color would be #B1CB90, perceived brightness is 0.62, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 266°,a saturation of 36%, and a lightness of 68%.The HSV representation shows a hue of 266°, a saturation of 29%, and a value of 80%.
In a RGB color space, #AA91CB is composed of 67% red, 57% green and 80% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 29% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 32.86, x: 0.3193, and y: 0.2838.
Color Code #AA91CB
Shades of Color #AA91CB
Shades are created by darkening the original color #AA91CB 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 #AA91CB
Tints are created by lightening the original color #AA91CB 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 #AA91CB Color Code
In the HSL color space, this color has a hue angle of 266°, a saturation of 36%, and a lightness of 68%. The HSV representation shows a hue of 266°, a saturation of 29%, and a value of 80%.
- HEX: #AA91CB
- RGB: rgb(170, 145, 203)
- HSL: hsl(266, 36%, 68%)
- HSV: hsv(266, 29%, 80%)
- CMYK: 16.00% cyan, 29.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 36.98, 32.86, 45.96
- Yxy: 32.86, 0.3193, 0.2838
- Hunter Lab: 64.05, 18.22, -26.54
- CIE-Lab: 64.05, 18.22, -26.54
In the XYZ color space, this color is represented as X: 36.98, Y: 32.86, Z: 45.96. The Yxy representation further refines this as Y: 32.86, x: 0.3193, and y: 0.2838.
In the Hunter Lab color space, this color is represented as L: 64.05, a: 18.22, and b: -26.54. Similarly, in the CIE-Lab color space, it is represented as L: 64.05, a: 18.22, and b: -26.54.
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 #AA91CB
Triadic colors are three colors evenly spaced around the color wheel, including #AA91CB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA91CB
Monochromatic colors are variations of #AA91CB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA91CB
The complementary color of #AA91CB 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 #AA91CB
/* Using HEX */ body { background-color: #aa91cb; }
/* Using RGB */ body { background-color: rgb(170, 145, 203); }
/* Using RGB with opacity */ body { background-color: rgba(170, 145, 203, 0.5); }
/* Using HSL */ body { background-color: hsl(266, 36%, 68%); }
/* Text color */ p { color: #aa91cb; }
/* Box shadow */ div { box-shadow: 4px 4px #aa91cb; }
/* Border color */ .box { border: 4px solid #aa91cb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa91cb; }
/* Background with text */ div { background: #aa91cb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA91CB
<!-- Using HEX --> <div style="background-color: #aa91cb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 145, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 145, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(266, 36%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa91cb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa91cb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa91cb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa91cb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa91cb; color: #fff; padding: 16px; border-radius: 8px;"> #AA91CB </div>
Related Colors of #AA91CB
These colors are similar to #AA91CB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.