Color: #AE9ABC
#AE9ABC Color Information
#AE9ABC is a light color. The closest websafe version is #AE9ABC. A complement of this color would be #A8BC9A, perceived brightness is 0.64, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 275°,a saturation of 20%, and a lightness of 67%.The HSV representation shows a hue of 275°, a saturation of 18%, and a value of 74%.
In a RGB color space, #AE9ABC is composed of 68% red, 60% green and 74% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 18% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 35.63, x: 0.3361, and y: 0.3143.
Color Code #AE9ABC
Shades of Color #AE9ABC
Shades are created by darkening the original color #AE9ABC 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 #AE9ABC
Tints are created by lightening the original color #AE9ABC 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 #AE9ABC Color Code
In the HSL color space, this color has a hue angle of 275°, a saturation of 20%, and a lightness of 67%. The HSV representation shows a hue of 275°, a saturation of 18%, and a value of 74%.
- HEX: #AE9ABC
- RGB: rgb(174, 154, 188)
- HSL: hsl(275, 20%, 67%)
- HSV: hsv(275, 18%, 74%)
- CMYK: 7.00% cyan, 18.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 38.10, 35.63, 39.64
- Yxy: 35.63, 0.3361, 0.3143
- Hunter Lab: 66.24, 12.42, -14.85
- CIE-Lab: 66.24, 12.42, -14.85
In the XYZ color space, this color is represented as X: 38.10, Y: 35.63, Z: 39.64. The Yxy representation further refines this as Y: 35.63, x: 0.3361, and y: 0.3143.
In the Hunter Lab color space, this color is represented as L: 66.24, a: 12.42, and b: -14.85. Similarly, in the CIE-Lab color space, it is represented as L: 66.24, a: 12.42, and b: -14.85.
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 #AE9ABC
Triadic colors are three colors evenly spaced around the color wheel, including #AE9ABC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AE9ABC
Monochromatic colors are variations of #AE9ABC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE9ABC
The complementary color of #AE9ABC 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 #AE9ABC
/* Using HEX */ body { background-color: #ae9abc; }
/* Using RGB */ body { background-color: rgb(174, 154, 188); }
/* Using RGB with opacity */ body { background-color: rgba(174, 154, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(275, 20%, 67%); }
/* Text color */ p { color: #ae9abc; }
/* Box shadow */ div { box-shadow: 4px 4px #ae9abc; }
/* Border color */ .box { border: 4px solid #ae9abc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ae9abc; }
/* Background with text */ div { background: #ae9abc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AE9ABC
<!-- Using HEX --> <div style="background-color: #ae9abc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 154, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 154, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(275, 20%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae9abc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae9abc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ae9abc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ae9abc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ae9abc; color: #fff; padding: 16px; border-radius: 8px;"> #AE9ABC </div>
Related Colors of #AE9ABC
These colors are similar to #AE9ABC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.