Color: #A8559C
#A8559C Color Information
#A8559C is a dark color. The closest websafe version is #A8559C. A complement of this color would be #55AA62, perceived brightness is 0.46, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 309°,a saturation of 33%, and a lightness of 50%.The HSV representation shows a hue of 309°, a saturation of 49%, and a value of 66%.
In a RGB color space, #A8559C is composed of 66% red, 33% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 7% yellow and 34% black.
In the Yxy color space, this color is represented as Y: 17.24, x: 0.3739, and y: 0.2545.
Color Code #A8559C
Shades of Color #A8559C
Shades are created by darkening the original color #A8559C 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 #A8559C
Tints are created by lightening the original color #A8559C 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 #A8559C Color Code
In the HSL color space, this color has a hue angle of 309°, a saturation of 33%, and a lightness of 50%. The HSV representation shows a hue of 309°, a saturation of 49%, and a value of 66%.
- HEX: #A8559C
- RGB: rgb(168, 85, 156)
- HSL: hsl(309, 33%, 50%)
- HSV: hsv(309, 49%, 66%)
- CMYK: 0.00% cyan, 49.00% magenta, 7.00% yellow, 34.00% black
- XYZ: 25.33, 17.24, 25.17
- Yxy: 17.24, 0.3739, 0.2545
- Hunter Lab: 48.56, 41.95, -23.32
- CIE-Lab: 48.56, 41.95, -23.32
In the XYZ color space, this color is represented as X: 25.33, Y: 17.24, Z: 25.17. The Yxy representation further refines this as Y: 17.24, x: 0.3739, and y: 0.2545.
In the Hunter Lab color space, this color is represented as L: 48.56, a: 41.95, and b: -23.32. Similarly, in the CIE-Lab color space, it is represented as L: 48.56, a: 41.95, and b: -23.32.
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 #A8559C
Triadic colors are three colors evenly spaced around the color wheel, including #A8559C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A8559C
Monochromatic colors are variations of #A8559C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A8559C
The complementary color of #A8559C 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 #A8559C
/* Using HEX */ body { background-color: #a8559c; }
/* Using RGB */ body { background-color: rgb(168, 85, 156); }
/* Using RGB with opacity */ body { background-color: rgba(168, 85, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(309, 33%, 50%); }
/* Text color */ p { color: #a8559c; }
/* Box shadow */ div { box-shadow: 4px 4px #a8559c; }
/* Border color */ .box { border: 4px solid #a8559c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a8559c; }
/* Background with text */ div { background: #a8559c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A8559C
<!-- Using HEX --> <div style="background-color: #a8559c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(168, 85, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(168, 85, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(309, 33%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a8559c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a8559c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a8559c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a8559c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a8559c; color: #fff; padding: 16px; border-radius: 8px;"> #A8559C </div>
Related Colors of #A8559C
These colors are similar to #A8559C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.