Color: #AA528C
#AA528C Color Information
#AA528C is a dark color. The closest websafe version is #AA528C. A complement of this color would be #51A96E, perceived brightness is 0.45, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 320°,a saturation of 35%, and a lightness of 49%.The HSV representation shows a hue of 320°, a saturation of 52%, and a value of 67%.
In a RGB color space, #AA528C is composed of 67% red, 32% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 18% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 16.58, x: 0.4007, and y: 0.2708.
Color Code #AA528C
Shades of Color #AA528C
Shades are created by darkening the original color #AA528C 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 #AA528C
Tints are created by lightening the original color #AA528C 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 #AA528C Color Code
In the HSL color space, this color has a hue angle of 320°, a saturation of 35%, and a lightness of 49%. The HSV representation shows a hue of 320°, a saturation of 52%, and a value of 67%.
- HEX: #AA528C
- RGB: rgb(170, 82, 140)
- HSL: hsl(320, 35%, 49%)
- HSV: hsv(320, 52%, 67%)
- CMYK: 0.00% cyan, 52.00% magenta, 18.00% yellow, 33.00% black
- XYZ: 24.53, 16.58, 20.11
- Yxy: 16.58, 0.4007, 0.2708
- Hunter Lab: 47.73, 42.12, -15.04
- CIE-Lab: 47.73, 42.12, -15.04
In the XYZ color space, this color is represented as X: 24.53, Y: 16.58, Z: 20.11. The Yxy representation further refines this as Y: 16.58, x: 0.4007, and y: 0.2708.
In the Hunter Lab color space, this color is represented as L: 47.73, a: 42.12, and b: -15.04. Similarly, in the CIE-Lab color space, it is represented as L: 47.73, a: 42.12, and b: -15.04.
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 #AA528C
Triadic colors are three colors evenly spaced around the color wheel, including #AA528C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AA528C
Split complementary colors are two colors adjacent to the complementary color of #AA528C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AA528C
Monochromatic colors are variations of #AA528C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA528C
The complementary color of #AA528C 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 #AA528C
/* Using HEX */ body { background-color: #aa528c; }
/* Using RGB */ body { background-color: rgb(170, 82, 140); }
/* Using RGB with opacity */ body { background-color: rgba(170, 82, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(320, 35%, 49%); }
/* Text color */ p { color: #aa528c; }
/* Box shadow */ div { box-shadow: 4px 4px #aa528c; }
/* Border color */ .box { border: 4px solid #aa528c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa528c; }
/* Background with text */ div { background: #aa528c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA528C
<!-- Using HEX --> <div style="background-color: #aa528c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 82, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 82, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(320, 35%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa528c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa528c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa528c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa528c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa528c; color: #fff; padding: 16px; border-radius: 8px;"> #AA528C </div>
Related Colors of #AA528C
These colors are similar to #AA528C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.