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