Color: #A554B2
#A554B2 Color Information
#A554B2 is a dark color. The closest websafe version is #A554B2. A complement of this color would be #5FB253, perceived brightness is 0.47, and the grayscale version is #838383.
In the HSL color space, this color has a hue angle of 292°,a saturation of 38%, and a lightness of 51%.The HSV representation shows a hue of 292°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A554B2 is composed of 65% red, 33% green and 70% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 53% magenta, 0% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 17.43, x: 0.3410, and y: 0.2270.
Color Code #A554B2
Shades of Color #A554B2
Shades are created by darkening the original color #A554B2 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 #A554B2
Tints are created by lightening the original color #A554B2 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 #A554B2 Color Code
In the HSL color space, this color has a hue angle of 292°, a saturation of 38%, and a lightness of 51%. The HSV representation shows a hue of 292°, a saturation of 53%, and a value of 70%.
- HEX: #A554B2
- RGB: rgb(165, 84, 178)
- HSL: hsl(292, 38%, 51%)
- HSV: hsv(292, 53%, 70%)
- CMYK: 7.00% cyan, 53.00% magenta, 0.00% yellow, 30.00% black
- XYZ: 26.19, 17.43, 33.18
- Yxy: 17.43, 0.3410, 0.2270
- Hunter Lab: 48.79, 44.54, -35.91
- CIE-Lab: 48.79, 44.54, -35.91
In the XYZ color space, this color is represented as X: 26.19, Y: 17.43, Z: 33.18. The Yxy representation further refines this as Y: 17.43, x: 0.3410, and y: 0.2270.
In the Hunter Lab color space, this color is represented as L: 48.79, a: 44.54, and b: -35.91. Similarly, in the CIE-Lab color space, it is represented as L: 48.79, a: 44.54, and b: -35.91.
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 #A554B2
Triadic colors are three colors evenly spaced around the color wheel, including #A554B2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A554B2
Monochromatic colors are variations of #A554B2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A554B2
The complementary color of #A554B2 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 #A554B2
/* Using HEX */ body { background-color: #a554b2; }
/* Using RGB */ body { background-color: rgb(165, 84, 178); }
/* Using RGB with opacity */ body { background-color: rgba(165, 84, 178, 0.5); }
/* Using HSL */ body { background-color: hsl(292, 38%, 51%); }
/* Text color */ p { color: #a554b2; }
/* Box shadow */ div { box-shadow: 4px 4px #a554b2; }
HTML Examples of #A554B2
<!-- Using HEX --> <div style="background-color: #a554b2; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(165, 84, 178); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(165, 84, 178, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(292, 38%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a554b2;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a554b2; width: 100px; height: 100px;"></div>
Related Colors of #A554B2
These colors are similar to #A554B2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.