Color: #AE7DBB

#AE7DBB Color Information

#AE7DBB is a light color. The closest websafe version is #AE7DBB. A complement of this color would be #8ABA7D, perceived brightness is 0.58, and the grayscale version is #9C9C9C.

In the HSL color space, this color has a hue angle of 287°,a saturation of 31%, and a lightness of 61%.The HSV representation shows a hue of 287°, a saturation of 33%, and a value of 73%.

In a RGB color space, #AE7DBB is composed of 68% red, 49% green and 73% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 33% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 27.13, x: 0.3391, and y: 0.2750.

Color Code #AE7DBB

#AE7DBBrgb(174, 125, 187)
HEX
#AE7DBB
RGB
rgb(174, 125, 187)
HSL
hsl(287, 31%, 61%)
HSV
hsv(287, 33%, 73%)
CMYK
7%, 33%, 0%, 27%
XYZ
X: 33.46, Y: 27.13, Z: 38.07
Lab
L: 59.10, a: 27.69, b: -25.06
Name

Shades of Color #AE7DBB

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

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

#AE7DBBrgb(174, 125, 187)

About #AE7DBB Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 31%, and a lightness of 61%. The HSV representation shows a hue of 287°, a saturation of 33%, and a value of 73%.

  • HEX: #AE7DBB
  • RGB: rgb(174, 125, 187)
  • HSL: hsl(287, 31%, 61%)
  • HSV: hsv(287, 33%, 73%)
  • CMYK: 7.00% cyan, 33.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 33.46, 27.13, 38.07
  • Yxy: 27.13, 0.3391, 0.2750
  • Hunter Lab: 59.10, 27.69, -25.06
  • CIE-Lab: 59.10, 27.69, -25.06

In the XYZ color space, this color is represented as X: 33.46, Y: 27.13, Z: 38.07. The Yxy representation further refines this as Y: 27.13, x: 0.3391, and y: 0.2750.

In the Hunter Lab color space, this color is represented as L: 59.10, a: 27.69, and b: -25.06. Similarly, in the CIE-Lab color space, it is represented as L: 59.10, a: 27.69, and b: -25.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 #AE7DBB

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

Analogous Colors of #AE7DBB

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

Split Complementary Colors of #AE7DBB

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

Tetradic Colors of #AE7DBB

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

Monochromatic Colors of #AE7DBB

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

Complementary Color of #AE7DBB

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

/* Using HEX */
body {
  background-color: #ae7dbb;
}
/* Using RGB */
body {
  background-color: rgb(174, 125, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 125, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 31%, 61%);
}
/* Text color */
p {
  color: #ae7dbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae7dbb;
}
/* Border color */
.box {
  border: 4px solid #ae7dbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae7dbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae7dbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE7DBB
On Black Background
#AE7DBB
On White Background
#AE7DBB

HTML Examples of #AE7DBB

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

Related Colors of #AE7DBB

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