Color: #AC359C
#AC359C Color Information
#AC359C is a dark color. The closest websafe version is #AC359C. A complement of this color would be #35AC45, perceived brightness is 0.39, and the grayscale version is #707070.
In the HSL color space, this color has a hue angle of 308°,a saturation of 53%, and a lightness of 44%.The HSV representation shows a hue of 308°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AC359C is composed of 67% red, 21% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 9% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 13.75, x: 0.3857, and y: 0.2199.
Color Code #AC359C
Shades of Color #AC359C
Shades are created by darkening the original color #AC359C 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 #AC359C
Tints are created by lightening the original color #AC359C 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 #AC359C Color Code
In the HSL color space, this color has a hue angle of 308°, a saturation of 53%, and a lightness of 44%. The HSV representation shows a hue of 308°, a saturation of 69%, and a value of 67%.
- HEX: #AC359C
- RGB: rgb(172, 53, 156)
- HSL: hsl(308, 53%, 44%)
- HSV: hsv(308, 69%, 67%)
- CMYK: 0.00% cyan, 69.00% magenta, 9.00% yellow, 33.00% black
- XYZ: 24.12, 13.75, 24.66
- Yxy: 13.75, 0.3857, 0.2199
- Hunter Lab: 43.87, 56.98, -30.50
- CIE-Lab: 43.87, 56.98, -30.50
In the XYZ color space, this color is represented as X: 24.12, Y: 13.75, Z: 24.66. The Yxy representation further refines this as Y: 13.75, x: 0.3857, and y: 0.2199.
In the Hunter Lab color space, this color is represented as L: 43.87, a: 56.98, and b: -30.50. Similarly, in the CIE-Lab color space, it is represented as L: 43.87, a: 56.98, and b: -30.50.
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 #AC359C
Triadic colors are three colors evenly spaced around the color wheel, including #AC359C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AC359C
Monochromatic colors are variations of #AC359C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AC359C
The complementary color of #AC359C 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 #AC359C
/* Using HEX */ body { background-color: #ac359c; }
/* Using RGB */ body { background-color: rgb(172, 53, 156); }
/* Using RGB with opacity */ body { background-color: rgba(172, 53, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(308, 53%, 44%); }
/* Text color */ p { color: #ac359c; }
/* Box shadow */ div { box-shadow: 4px 4px #ac359c; }
HTML Examples of #AC359C
<!-- Using HEX --> <div style="background-color: #ac359c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 53, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 53, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(308, 53%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ac359c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ac359c; width: 100px; height: 100px;"></div>
Related Colors of #AC359C
These colors are similar to #AC359C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.