Color: #AA92EF
#AA92EF Color Information
#AA92EF is a light color. The closest websafe version is #AA92EF. A complement of this color would be #D7EE90, perceived brightness is 0.64, and the grayscale version is #C1C1C1.
In the HSL color space, this color has a hue angle of 255°,a saturation of 74%, and a lightness of 75%.The HSV representation shows a hue of 255°, a saturation of 39%, and a value of 94%.
In a RGB color space, #AA92EF is composed of 67% red, 57% green and 94% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 39% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 34.78, x: 0.2910, and y: 0.2471.
Color Code #AA92EF
Shades of Color #AA92EF
Shades are created by darkening the original color #AA92EF 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 #AA92EF
Tints are created by lightening the original color #AA92EF 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 #AA92EF Color Code
In the HSL color space, this color has a hue angle of 255°, a saturation of 74%, and a lightness of 75%. The HSV representation shows a hue of 255°, a saturation of 39%, and a value of 94%.
- HEX: #AA92EF
- RGB: rgb(170, 146, 239)
- HSL: hsl(255, 74%, 75%)
- HSV: hsv(255, 39%, 94%)
- CMYK: 29.00% cyan, 39.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 40.95, 34.78, 65.00
- Yxy: 34.78, 0.2910, 0.2471
- Hunter Lab: 65.58, 24.19, -44.05
- CIE-Lab: 65.58, 24.19, -44.05
In the XYZ color space, this color is represented as X: 40.95, Y: 34.78, Z: 65.00. The Yxy representation further refines this as Y: 34.78, x: 0.2910, and y: 0.2471.
In the Hunter Lab color space, this color is represented as L: 65.58, a: 24.19, and b: -44.05. Similarly, in the CIE-Lab color space, it is represented as L: 65.58, a: 24.19, and b: -44.05.
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 #AA92EF
Triadic colors are three colors evenly spaced around the color wheel, including #AA92EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AA92EF
Split complementary colors are two colors adjacent to the complementary color of #AA92EF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AA92EF
Monochromatic colors are variations of #AA92EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA92EF
The complementary color of #AA92EF 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 #AA92EF
/* Using HEX */ body { background-color: #aa92ef; }
/* Using RGB */ body { background-color: rgb(170, 146, 239); }
/* Using RGB with opacity */ body { background-color: rgba(170, 146, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(255, 74%, 75%); }
/* Text color */ p { color: #aa92ef; }
/* Box shadow */ div { box-shadow: 4px 4px #aa92ef; }
/* Border color */ .box { border: 4px solid #aa92ef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa92ef; }
/* Background with text */ div { background: #aa92ef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA92EF
<!-- Using HEX --> <div style="background-color: #aa92ef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 146, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 146, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(255, 74%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa92ef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa92ef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa92ef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa92ef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa92ef; color: #fff; padding: 16px; border-radius: 8px;"> #AA92EF </div>
Related Colors of #AA92EF
These colors are similar to #AA92EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.