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