Color: #AE539D

#AE539D Color Information

#AE539D is a dark color. The closest websafe version is #AE539D. A complement of this color would be #52AD62, perceived brightness is 0.47, and the grayscale version is #818181.

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

In a RGB color space, #AE539D is composed of 68% red, 33% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 10% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 17.66, x: 0.3813, and y: 0.2531.

Color Code #AE539D

#AE539Drgb(174, 83, 157)
HEX
#AE539D
RGB
rgb(174, 83, 157)
HSL
hsl(311, 36%, 50%)
HSV
hsv(311, 52%, 68%)
CMYK
0%, 52%, 10%, 32%
XYZ
X: 26.61, Y: 17.66, Z: 25.51
Lab
L: 49.08, a: 45.01, b: -23.02
Name

Shades of Color #AE539D

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

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

#AE539Drgb(174, 83, 157)

About #AE539D Color Code

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

  • HEX: #AE539D
  • RGB: rgb(174, 83, 157)
  • HSL: hsl(311, 36%, 50%)
  • HSV: hsv(311, 52%, 68%)
  • CMYK: 0.00% cyan, 52.00% magenta, 10.00% yellow, 32.00% black
  • XYZ: 26.61, 17.66, 25.51
  • Yxy: 17.66, 0.3813, 0.2531
  • Hunter Lab: 49.08, 45.01, -23.02
  • CIE-Lab: 49.08, 45.01, -23.02

In the XYZ color space, this color is represented as X: 26.61, Y: 17.66, Z: 25.51. The Yxy representation further refines this as Y: 17.66, x: 0.3813, and y: 0.2531.

In the Hunter Lab color space, this color is represented as L: 49.08, a: 45.01, and b: -23.02. Similarly, in the CIE-Lab color space, it is represented as L: 49.08, a: 45.01, and b: -23.02.

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

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

Analogous Colors of #AE539D

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

Split Complementary Colors of #AE539D

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

Tetradic Colors of #AE539D

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

Monochromatic Colors of #AE539D

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

Complementary Color of #AE539D

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

/* Using HEX */
body {
  background-color: #ae539d;
}
/* Using RGB */
body {
  background-color: rgb(174, 83, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 83, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 36%, 50%);
}
/* Text color */
p {
  color: #ae539d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae539d;
}
/* Border color */
.box {
  border: 4px solid #ae539d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae539d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae539d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE539D
On Black Background
#AE539D
On White Background
#AE539D

HTML Examples of #AE539D

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

Related Colors of #AE539D

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