Color: #AA92BD
#AA92BD Color Information
#AA92BD is a light color. The closest websafe version is #AA92BD. A complement of this color would be #A6BE93, perceived brightness is 0.62, and the grayscale version is #A8A8A8.
In the HSL color space, this color has a hue angle of 273°,a saturation of 25%, and a lightness of 66%.The HSV representation shows a hue of 273°, a saturation of 23%, and a value of 74%.
In a RGB color space, #AA92BD is composed of 67% red, 57% green and 74% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 23% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 32.63, x: 0.3316, and y: 0.3016.
Color Code #AA92BD
Shades of Color #AA92BD
Shades are created by darkening the original color #AA92BD 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 #AA92BD
Tints are created by lightening the original color #AA92BD 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 #AA92BD Color Code
In the HSL color space, this color has a hue angle of 273°, a saturation of 25%, and a lightness of 66%. The HSV representation shows a hue of 273°, a saturation of 23%, and a value of 74%.
- HEX: #AA92BD
- RGB: rgb(170, 146, 189)
- HSL: hsl(273, 25%, 66%)
- HSV: hsv(273, 23%, 74%)
- CMYK: 10.00% cyan, 23.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 35.88, 32.63, 39.69
- Yxy: 32.63, 0.3316, 0.3016
- Hunter Lab: 63.86, 15.39, -19.01
- CIE-Lab: 63.86, 15.39, -19.01
In the XYZ color space, this color is represented as X: 35.88, Y: 32.63, Z: 39.69. The Yxy representation further refines this as Y: 32.63, x: 0.3316, and y: 0.3016.
In the Hunter Lab color space, this color is represented as L: 63.86, a: 15.39, and b: -19.01. Similarly, in the CIE-Lab color space, it is represented as L: 63.86, a: 15.39, and b: -19.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 #AA92BD
Triadic colors are three colors evenly spaced around the color wheel, including #AA92BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA92BD
Monochromatic colors are variations of #AA92BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA92BD
The complementary color of #AA92BD 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 #AA92BD
/* Using HEX */ body { background-color: #aa92bd; }
/* Using RGB */ body { background-color: rgb(170, 146, 189); }
/* Using RGB with opacity */ body { background-color: rgba(170, 146, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(273, 25%, 66%); }
/* Text color */ p { color: #aa92bd; }
/* Box shadow */ div { box-shadow: 4px 4px #aa92bd; }
/* Border color */ .box { border: 4px solid #aa92bd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa92bd; }
/* Background with text */ div { background: #aa92bd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA92BD
<!-- Using HEX --> <div style="background-color: #aa92bd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 146, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 146, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(273, 25%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa92bd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa92bd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa92bd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa92bd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa92bd; color: #fff; padding: 16px; border-radius: 8px;"> #AA92BD </div>
Related Colors of #AA92BD
These colors are similar to #AA92BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.