Color: #A77BBC
#A77BBC Color Information
#A77BBC is a light color. The closest websafe version is #A77BBC. A complement of this color would be #90BC7B, perceived brightness is 0.56, and the grayscale version is #9C9C9C.
In the HSL color space, this color has a hue angle of 281°,a saturation of 33%, and a lightness of 61%.The HSV representation shows a hue of 281°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A77BBC is composed of 65% red, 48% green and 74% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 35% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 25.85, x: 0.3302, and y: 0.2696.
Color Code #A77BBC
Shades of Color #A77BBC
Shades are created by darkening the original color #A77BBC 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 #A77BBC
Tints are created by lightening the original color #A77BBC 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 #A77BBC Color Code
In the HSL color space, this color has a hue angle of 281°, a saturation of 33%, and a lightness of 61%. The HSV representation shows a hue of 281°, a saturation of 35%, and a value of 74%.
- HEX: #A77BBC
- RGB: rgb(167, 123, 188)
- HSL: hsl(281, 33%, 61%)
- HSV: hsv(281, 35%, 74%)
- CMYK: 11.00% cyan, 35.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 31.67, 25.85, 38.38
- Yxy: 25.85, 0.3302, 0.2696
- Hunter Lab: 57.89, 26.50, -27.55
- CIE-Lab: 57.89, 26.50, -27.55
In the XYZ color space, this color is represented as X: 31.67, Y: 25.85, Z: 38.38. The Yxy representation further refines this as Y: 25.85, x: 0.3302, and y: 0.2696.
In the Hunter Lab color space, this color is represented as L: 57.89, a: 26.50, and b: -27.55. Similarly, in the CIE-Lab color space, it is represented as L: 57.89, a: 26.50, and b: -27.55.
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 #A77BBC
Triadic colors are three colors evenly spaced around the color wheel, including #A77BBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A77BBC
Monochromatic colors are variations of #A77BBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A77BBC
The complementary color of #A77BBC 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 #A77BBC
/* Using HEX */ body { background-color: #a77bbc; }
/* Using RGB */ body { background-color: rgb(167, 123, 188); }
/* Using RGB with opacity */ body { background-color: rgba(167, 123, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(281, 33%, 61%); }
/* Text color */ p { color: #a77bbc; }
/* Box shadow */ div { box-shadow: 4px 4px #a77bbc; }
HTML Examples of #A77BBC
<!-- Using HEX --> <div style="background-color: #a77bbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(167, 123, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(167, 123, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(281, 33%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a77bbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a77bbc; width: 100px; height: 100px;"></div>
Related Colors of #A77BBC
These colors are similar to #A77BBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.