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