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