Color: #A80097
#A80097 Color Information
#A80097 is a dark color. The closest websafe version is #A80097. A complement of this color would be #00A811, perceived brightness is 0.26, and the grayscale version is #545454.
In the HSL color space, this color has a hue angle of 306°,a saturation of 99%, and a lightness of 33%.The HSV representation shows a hue of 306°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A80097 is composed of 66% red, 0% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 10% yellow and 34% black.
In the Yxy color space, this color is represented as Y: 10.59, x: 0.3928, and y: 0.1935.
Color Code #A80097
Shades of Color #A80097
Shades are created by darkening the original color #A80097 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 #A80097
Tints are created by lightening the original color #A80097 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 #A80097 Color Code
In the HSL color space, this color has a hue angle of 306°, a saturation of 100%, and a lightness of 33%. The HSV representation shows a hue of 306°, a saturation of 100%, and a value of 66%.
- HEX: #A80097
- RGB: rgb(168, 0, 151)
- HSL: hsl(306, 100%, 33%)
- HSV: hsv(306, 100%, 66%)
- CMYK: 0.00% cyan, 100.00% magenta, 10.00% yellow, 34.00% black
- XYZ: 21.50, 10.59, 22.65
- Yxy: 10.59, 0.3928, 0.1935
- Hunter Lab: 38.88, 66.67, -35.35
- CIE-Lab: 38.88, 66.67, -35.35
In the XYZ color space, this color is represented as X: 21.50, Y: 10.59, Z: 22.65. The Yxy representation further refines this as Y: 10.59, x: 0.3928, and y: 0.1935.
In the Hunter Lab color space, this color is represented as L: 38.88, a: 66.67, and b: -35.35. Similarly, in the CIE-Lab color space, it is represented as L: 38.88, a: 66.67, and b: -35.35.
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 #A80097
Triadic colors are three colors evenly spaced around the color wheel, including #A80097. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A80097
Monochromatic colors are variations of #A80097, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A80097
The complementary color of #A80097 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 #A80097
/* Using HEX */ body { background-color: #a80097; }
/* Using RGB */ body { background-color: rgb(168, 0, 151); }
/* Using RGB with opacity */ body { background-color: rgba(168, 0, 151, 0.5); }
/* Using HSL */ body { background-color: hsl(306, 100%, 33%); }
/* Text color */ p { color: #a80097; }
/* Box shadow */ div { box-shadow: 4px 4px #a80097; }
HTML Examples of #A80097
<!-- Using HEX --> <div style="background-color: #a80097; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(168, 0, 151); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(168, 0, 151, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(306, 100%, 33%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a80097;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a80097; width: 100px; height: 100px;"></div>
Related Colors of #A80097
These colors are similar to #A80097, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.