Color: #AA7CDB
#AA7CDB Color Information
#AA7CDB is a light color. The closest websafe version is #AA7CDB. A complement of this color would be #ACDB7B, perceived brightness is 0.58, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 269°,a saturation of 57%, and a lightness of 67%.The HSV representation shows a hue of 269°, a saturation of 43%, and a value of 86%.
In a RGB color space, #AA7CDB is composed of 67% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 43% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 27.69, x: 0.3048, and y: 0.2382.
Color Code #AA7CDB
Shades of Color #AA7CDB
Shades are created by darkening the original color #AA7CDB 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 #AA7CDB
Tints are created by lightening the original color #AA7CDB 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 #AA7CDB Color Code
In the HSL color space, this color has a hue angle of 269°, a saturation of 57%, and a lightness of 67%. The HSV representation shows a hue of 269°, a saturation of 43%, and a value of 86%.
- HEX: #AA7CDB
- RGB: rgb(170, 124, 219)
- HSL: hsl(269, 57%, 67%)
- HSV: hsv(269, 43%, 86%)
- CMYK: 22.00% cyan, 43.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 35.43, 27.69, 53.11
- Yxy: 27.69, 0.3048, 0.2382
- Hunter Lab: 59.61, 32.23, -42.32
- CIE-Lab: 59.61, 32.23, -42.32
In the XYZ color space, this color is represented as X: 35.43, Y: 27.69, Z: 53.11. The Yxy representation further refines this as Y: 27.69, x: 0.3048, and y: 0.2382.
In the Hunter Lab color space, this color is represented as L: 59.61, a: 32.23, and b: -42.32. Similarly, in the CIE-Lab color space, it is represented as L: 59.61, a: 32.23, and b: -42.32.
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 #AA7CDB
Triadic colors are three colors evenly spaced around the color wheel, including #AA7CDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AA7CDB
Split complementary colors are two colors adjacent to the complementary color of #AA7CDB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AA7CDB
Monochromatic colors are variations of #AA7CDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA7CDB
The complementary color of #AA7CDB 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 #AA7CDB
/* Using HEX */ body { background-color: #aa7cdb; }
/* Using RGB */ body { background-color: rgb(170, 124, 219); }
/* Using RGB with opacity */ body { background-color: rgba(170, 124, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(269, 57%, 67%); }
/* Text color */ p { color: #aa7cdb; }
/* Box shadow */ div { box-shadow: 4px 4px #aa7cdb; }
/* Border color */ .box { border: 4px solid #aa7cdb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa7cdb; }
/* Background with text */ div { background: #aa7cdb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA7CDB
<!-- Using HEX --> <div style="background-color: #aa7cdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 124, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 124, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(269, 57%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa7cdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa7cdb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa7cdb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa7cdb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa7cdb; color: #fff; padding: 16px; border-radius: 8px;"> #AA7CDB </div>
Related Colors of #AA7CDB
These colors are similar to #AA7CDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.