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