Color: #AE577A

#AE577A Color Information

#AE577A is a dark color. The closest websafe version is #AE577A. A complement of this color would be #56AE8B, perceived brightness is 0.46, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 336°,a saturation of 35%, and a lightness of 51%.The HSV representation shows a hue of 336°, a saturation of 50%, and a value of 68%.

In a RGB color space, #AE577A is composed of 68% red, 34% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 50% magenta, 30% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 17.43, x: 0.4313, and y: 0.3018.

Color Code #AE577A

#AE577Argb(174, 87, 122)
HEX
#AE577A
RGB
rgb(174, 87, 122)
HSL
hsl(336, 35%, 51%)
HSV
hsv(336, 50%, 68%)
CMYK
0%, 50%, 30%, 32%
XYZ
X: 24.91, Y: 17.43, Z: 15.41
Lab
L: 48.80, a: 39.16, b: -2.61
Name

Shades of Color #AE577A

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

Tints are created by lightening the original color #AE577A 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.

#AE577Argb(174, 87, 122)

About #AE577A Color Code

In the HSL color space, this color has a hue angle of 336°, a saturation of 35%, and a lightness of 51%. The HSV representation shows a hue of 336°, a saturation of 50%, and a value of 68%.

  • HEX: #AE577A
  • RGB: rgb(174, 87, 122)
  • HSL: hsl(336, 35%, 51%)
  • HSV: hsv(336, 50%, 68%)
  • CMYK: 0.00% cyan, 50.00% magenta, 30.00% yellow, 32.00% black
  • XYZ: 24.91, 17.43, 15.41
  • Yxy: 17.43, 0.4313, 0.3018
  • Hunter Lab: 48.80, 39.16, -2.61
  • CIE-Lab: 48.80, 39.16, -2.61

In the XYZ color space, this color is represented as X: 24.91, Y: 17.43, Z: 15.41. The Yxy representation further refines this as Y: 17.43, x: 0.4313, and y: 0.3018.

In the Hunter Lab color space, this color is represented as L: 48.80, a: 39.16, and b: -2.61. Similarly, in the CIE-Lab color space, it is represented as L: 48.80, a: 39.16, and b: -2.61.

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

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

Analogous Colors of #AE577A

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

Split Complementary Colors of #AE577A

Split complementary colors are two colors adjacent to the complementary color of #AE577A. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AE577A

Tetradic colors form a rectangle on the color wheel, including #AE577A. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AE577A

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

Complementary Color of #AE577A

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

/* Using HEX */
body {
  background-color: #ae577a;
}
/* Using RGB */
body {
  background-color: rgb(174, 87, 122);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 87, 122, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 35%, 51%);
}
/* Text color */
p {
  color: #ae577a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae577a;
}
/* Border color */
.box {
  border: 4px solid #ae577a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae577a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae577a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE577A
On Black Background
#AE577A
On White Background
#AE577A

HTML Examples of #AE577A

<!-- Using HEX -->
<div style="background-color: #ae577a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 87, 122); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 87, 122, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(336, 35%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae577a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae577a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ae577a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ae577a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ae577a; color: #fff; padding: 16px; border-radius: 8px;">
  #AE577A
</div>
#AE577A
On Black Background
#AE577A
On White Background
#AE577A

Related Colors of #AE577A

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