Color: #AA55BE
#AA55BE Color Information
#AA55BE is a dark color. The closest websafe version is #AA55BE. A complement of this color would be #68BE55, perceived brightness is 0.48, and the grayscale version is #8A8A8A.
In the HSL color space, this color has a hue angle of 289°,a saturation of 45%, and a lightness of 54%.The HSV representation shows a hue of 289°, a saturation of 55%, and a value of 75%.
In a RGB color space, #AA55BE is composed of 67% red, 33% green and 75% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 55% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 18.58, x: 0.3333, and y: 0.2181.
Color Code #AA55BE
Shades of Color #AA55BE
Shades are created by darkening the original color #AA55BE 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 #AA55BE
Tints are created by lightening the original color #AA55BE 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 #AA55BE Color Code
In the HSL color space, this color has a hue angle of 289°, a saturation of 45%, and a lightness of 54%. The HSV representation shows a hue of 289°, a saturation of 55%, and a value of 75%.
- HEX: #AA55BE
- RGB: rgb(170, 85, 190)
- HSL: hsl(289, 45%, 54%)
- HSV: hsv(289, 55%, 75%)
- CMYK: 11.00% cyan, 55.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 28.39, 18.58, 38.22
- Yxy: 18.58, 0.3333, 0.2181
- Hunter Lab: 50.19, 47.35, -40.62
- CIE-Lab: 50.19, 47.35, -40.62
In the XYZ color space, this color is represented as X: 28.39, Y: 18.58, Z: 38.22. The Yxy representation further refines this as Y: 18.58, x: 0.3333, and y: 0.2181.
In the Hunter Lab color space, this color is represented as L: 50.19, a: 47.35, and b: -40.62. Similarly, in the CIE-Lab color space, it is represented as L: 50.19, a: 47.35, and b: -40.62.
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 #AA55BE
Triadic colors are three colors evenly spaced around the color wheel, including #AA55BE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA55BE
Monochromatic colors are variations of #AA55BE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA55BE
The complementary color of #AA55BE 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 #AA55BE
/* Using HEX */ body { background-color: #aa55be; }
/* Using RGB */ body { background-color: rgb(170, 85, 190); }
/* Using RGB with opacity */ body { background-color: rgba(170, 85, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(289, 45%, 54%); }
/* Text color */ p { color: #aa55be; }
/* Box shadow */ div { box-shadow: 4px 4px #aa55be; }
/* Border color */ .box { border: 4px solid #aa55be; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa55be; }
/* Background with text */ div { background: #aa55be; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA55BE
<!-- Using HEX --> <div style="background-color: #aa55be; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 85, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 85, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(289, 45%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa55be;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa55be; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa55be; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa55be;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa55be; color: #fff; padding: 16px; border-radius: 8px;"> #AA55BE </div>
Related Colors of #AA55BE
These colors are similar to #AA55BE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.