Color: #AD529C
#AD529C Color Information
#AD529C is a dark color. The closest websafe version is #AD529C. A complement of this color would be #52AD62, perceived brightness is 0.46, and the grayscale version is #808080.
In the HSL color space, this color has a hue angle of 311°,a saturation of 36%, and a lightness of 50%.The HSV representation shows a hue of 311°, a saturation of 53%, and a value of 68%.
In a RGB color space, #AD529C is composed of 68% red, 32% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 10% yellow and 32% black.
In the Yxy color space, this color is represented as Y: 17.36, x: 0.3816, and y: 0.2526.
Color Code #AD529C
Shades of Color #AD529C
Shades are created by darkening the original color #AD529C 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 #AD529C
Tints are created by lightening the original color #AD529C 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 #AD529C Color Code
In the HSL color space, this color has a hue angle of 311°, a saturation of 36%, and a lightness of 50%. The HSV representation shows a hue of 311°, a saturation of 53%, and a value of 68%.
- HEX: #AD529C
- RGB: rgb(173, 82, 156)
- HSL: hsl(311, 36%, 50%)
- HSV: hsv(311, 53%, 68%)
- CMYK: 0.00% cyan, 53.00% magenta, 10.00% yellow, 32.00% black
- XYZ: 26.23, 17.36, 25.14
- Yxy: 17.36, 0.3816, 0.2526
- Hunter Lab: 48.71, 45.03, -23.01
- CIE-Lab: 48.71, 45.03, -23.01
In the XYZ color space, this color is represented as X: 26.23, Y: 17.36, Z: 25.14. The Yxy representation further refines this as Y: 17.36, x: 0.3816, and y: 0.2526.
In the Hunter Lab color space, this color is represented as L: 48.71, a: 45.03, and b: -23.01. Similarly, in the CIE-Lab color space, it is represented as L: 48.71, a: 45.03, and b: -23.01.
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 #AD529C
Triadic colors are three colors evenly spaced around the color wheel, including #AD529C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AD529C
Split complementary colors are two colors adjacent to the complementary color of #AD529C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AD529C
Monochromatic colors are variations of #AD529C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AD529C
The complementary color of #AD529C 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 #AD529C
/* Using HEX */ body { background-color: #ad529c; }
/* Using RGB */ body { background-color: rgb(173, 82, 156); }
/* Using RGB with opacity */ body { background-color: rgba(173, 82, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(311, 36%, 50%); }
/* Text color */ p { color: #ad529c; }
/* Box shadow */ div { box-shadow: 4px 4px #ad529c; }
/* Border color */ .box { border: 4px solid #ad529c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ad529c; }
/* Background with text */ div { background: #ad529c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AD529C
<!-- Using HEX --> <div style="background-color: #ad529c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 82, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 82, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(311, 36%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ad529c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ad529c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ad529c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ad529c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ad529c; color: #fff; padding: 16px; border-radius: 8px;"> #AD529C </div>
Related Colors of #AD529C
These colors are similar to #AD529C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.