Color: #A54D80
#A54D80 Color Information
#A54D80 is a dark color. The closest websafe version is #A54D80. A complement of this color would be #4DA371, perceived brightness is 0.43, and the grayscale version is #797979.
In the HSL color space, this color has a hue angle of 325°,a saturation of 36%, and a lightness of 47%.The HSV representation shows a hue of 325°, a saturation of 53%, and a value of 65%.
In a RGB color space, #A54D80 is composed of 65% red, 30% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 22% yellow and 35% black.
In the Yxy color space, this color is represented as Y: 15.00, x: 0.4138, and y: 0.2777.
Color Code #A54D80
Shades of Color #A54D80
Shades are created by darkening the original color #A54D80 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 #A54D80
Tints are created by lightening the original color #A54D80 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 #A54D80 Color Code
In the HSL color space, this color has a hue angle of 325°, a saturation of 36%, and a lightness of 47%. The HSV representation shows a hue of 325°, a saturation of 53%, and a value of 65%.
- HEX: #A54D80
- RGB: rgb(165, 77, 128)
- HSL: hsl(325, 36%, 47%)
- HSV: hsv(325, 53%, 65%)
- CMYK: 0.00% cyan, 53.00% magenta, 22.00% yellow, 35.00% black
- XYZ: 22.35, 15.00, 16.66
- Yxy: 15.00, 0.4138, 0.2777
- Hunter Lab: 45.64, 41.49, -11.06
- CIE-Lab: 45.64, 41.49, -11.06
In the XYZ color space, this color is represented as X: 22.35, Y: 15.00, Z: 16.66. The Yxy representation further refines this as Y: 15.00, x: 0.4138, and y: 0.2777.
In the Hunter Lab color space, this color is represented as L: 45.64, a: 41.49, and b: -11.06. Similarly, in the CIE-Lab color space, it is represented as L: 45.64, a: 41.49, and b: -11.06.
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 #A54D80
Triadic colors are three colors evenly spaced around the color wheel, including #A54D80. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A54D80
Monochromatic colors are variations of #A54D80, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A54D80
The complementary color of #A54D80 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 #A54D80
/* Using HEX */ body { background-color: #a54d80; }
/* Using RGB */ body { background-color: rgb(165, 77, 128); }
/* Using RGB with opacity */ body { background-color: rgba(165, 77, 128, 0.5); }
/* Using HSL */ body { background-color: hsl(325, 36%, 47%); }
/* Text color */ p { color: #a54d80; }
/* Box shadow */ div { box-shadow: 4px 4px #a54d80; }
/* Border color */ .box { border: 4px solid #a54d80; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a54d80; }
/* Background with text */ div { background: #a54d80; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A54D80
<!-- Using HEX --> <div style="background-color: #a54d80; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(165, 77, 128); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(165, 77, 128, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(325, 36%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a54d80;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a54d80; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a54d80; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a54d80;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a54d80; color: #fff; padding: 16px; border-radius: 8px;"> #A54D80 </div>
Related Colors of #A54D80
These colors are similar to #A54D80, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.