Color: #AE9DBA
#AE9DBA Color Information
#AE9DBA is a light color. The closest websafe version is #AE9DBA. A complement of this color would be #A8B99D, perceived brightness is 0.65, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 275°,a saturation of 17%, and a lightness of 67%.The HSV representation shows a hue of 275°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AE9DBA is composed of 68% red, 62% green and 73% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 16% magenta, 0% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 36.56, x: 0.3376, and y: 0.3208.
Color Code #AE9DBA
Shades of Color #AE9DBA
Shades are created by darkening the original color #AE9DBA 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 #AE9DBA
Tints are created by lightening the original color #AE9DBA 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 #AE9DBA Color Code
In the HSL color space, this color has a hue angle of 275°, a saturation of 17%, and a lightness of 67%. The HSV representation shows a hue of 275°, a saturation of 16%, and a value of 73%.
- HEX: #AE9DBA
- RGB: rgb(174, 157, 186)
- HSL: hsl(275, 17%, 67%)
- HSV: hsv(275, 16%, 73%)
- CMYK: 6.00% cyan, 16.00% magenta, 0.00% yellow, 27.00% black
- XYZ: 38.47, 36.56, 38.93
- Yxy: 36.56, 0.3376, 0.3208
- Hunter Lab: 66.95, 10.54, -12.68
- CIE-Lab: 66.95, 10.54, -12.68
In the XYZ color space, this color is represented as X: 38.47, Y: 36.56, Z: 38.93. The Yxy representation further refines this as Y: 36.56, x: 0.3376, and y: 0.3208.
In the Hunter Lab color space, this color is represented as L: 66.95, a: 10.54, and b: -12.68. Similarly, in the CIE-Lab color space, it is represented as L: 66.95, a: 10.54, and b: -12.68.
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 #AE9DBA
Triadic colors are three colors evenly spaced around the color wheel, including #AE9DBA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AE9DBA
Monochromatic colors are variations of #AE9DBA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE9DBA
The complementary color of #AE9DBA 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 #AE9DBA
/* Using HEX */ body { background-color: #ae9dba; }
/* Using RGB */ body { background-color: rgb(174, 157, 186); }
/* Using RGB with opacity */ body { background-color: rgba(174, 157, 186, 0.5); }
/* Using HSL */ body { background-color: hsl(275, 17%, 67%); }
/* Text color */ p { color: #ae9dba; }
/* Box shadow */ div { box-shadow: 4px 4px #ae9dba; }
HTML Examples of #AE9DBA
<!-- Using HEX --> <div style="background-color: #ae9dba; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 157, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 157, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(275, 17%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae9dba;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae9dba; width: 100px; height: 100px;"></div>
Related Colors of #AE9DBA
These colors are similar to #AE9DBA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.