Color: #A54A79

#A54A79 Color Information

#A54A79 is a dark color. The closest websafe version is #A54A79. A complement of this color would be #4AA576, perceived brightness is 0.42, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 329°,a saturation of 38%, and a lightness of 47%.The HSV representation shows a hue of 329°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A54A79 is composed of 65% red, 29% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 27% yellow and 35% black.

In the Yxy color space, this color is represented as Y: 14.44, x: 0.4266, and y: 0.2828.

Color Code #A54A79

HEX
#A54A79
RGB
rgb(165, 74, 121)
HSL
hsl(329, 38%, 47%)
HSV
hsv(329, 55%, 65%)
CMYK
0%, 55%, 27%, 35%
XYZ
X: 21.78, Y: 14.44, Z: 14.84
Lab
L: 44.86, a: 42.19, b: -7.97
Name

Shades of Color #A54A79

Shades are created by darkening the original color #A54A79 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 #A54A79

Tints are created by lightening the original color #A54A79 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 #A54A79 Color Code

In the HSL color space, this color has a hue angle of 329°, a saturation of 38%, and a lightness of 47%. The HSV representation shows a hue of 329°, a saturation of 55%, and a value of 65%.

  • HEX: #A54A79
  • RGB: rgb(165, 74, 121)
  • HSL: hsl(329, 38%, 47%)
  • HSV: hsv(329, 55%, 65%)
  • CMYK: 0.00% cyan, 55.00% magenta, 27.00% yellow, 35.00% black
  • XYZ: 21.78, 14.44, 14.84
  • Yxy: 14.44, 0.4266, 0.2828
  • Hunter Lab: 44.86, 42.19, -7.97
  • CIE-Lab: 44.86, 42.19, -7.97

In the XYZ color space, this color is represented as X: 21.78, Y: 14.44, Z: 14.84. The Yxy representation further refines this as Y: 14.44, x: 0.4266, and y: 0.2828.

In the Hunter Lab color space, this color is represented as L: 44.86, a: 42.19, and b: -7.97. Similarly, in the CIE-Lab color space, it is represented as L: 44.86, a: 42.19, and b: -7.97.

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 #A54A79

Triadic colors are three colors evenly spaced around the color wheel, including #A54A79. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #A54A79

Analogous colors are adjacent to #A54A79 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #A54A79

Monochromatic colors are variations of #A54A79, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #A54A79

The complementary color of #A54A79 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 #A54A79

/* Using HEX */
body {
  background-color: #a54a79;
}
/* Using RGB */
body {
  background-color: rgb(165, 74, 121);
}
/* Using RGB with opacity */
body {
  background-color: rgba(165, 74, 121, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 38%, 47%);
}
/* Text color */
p {
  color: #a54a79;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a54a79;
}

HTML Examples of #A54A79

<!-- Using HEX -->
<div style="background-color: #a54a79; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(165, 74, 121); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(165, 74, 121, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(329, 38%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a54a79;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a54a79; width: 100px; height: 100px;"></div>

Related Colors of #A54A79

These colors are similar to #A54A79, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.