Color: #AE91BE

#AE91BE Color Information

#AE91BE is a light color. The closest websafe version is #AE91BE. A complement of this color would be #A2BF92, perceived brightness is 0.62, and the grayscale version is #A8A8A8.

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

In a RGB color space, #AE91BE is composed of 68% red, 57% green and 75% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 24% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 32.84, x: 0.3349, and y: 0.2994.

Color Code #AE91BE

HEX
#AE91BE
RGB
rgb(174, 145, 190)
HSL
hsl(279, 26%, 66%)
HSV
hsv(279, 24%, 75%)
CMYK
8%, 24%, 0%, 25%
XYZ
X: 36.73, Y: 32.84, Z: 40.11
Lab
L: 64.03, a: 17.49, b: -19.27
Name

Shades of Color #AE91BE

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

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

In the HSL color space, this color has a hue angle of 279°, a saturation of 26%, and a lightness of 66%. The HSV representation shows a hue of 279°, a saturation of 24%, and a value of 75%.

  • HEX: #AE91BE
  • RGB: rgb(174, 145, 190)
  • HSL: hsl(279, 26%, 66%)
  • HSV: hsv(279, 24%, 75%)
  • CMYK: 8.00% cyan, 24.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 36.73, 32.84, 40.11
  • Yxy: 32.84, 0.3349, 0.2994
  • Hunter Lab: 64.03, 17.49, -19.27
  • CIE-Lab: 64.03, 17.49, -19.27

In the XYZ color space, this color is represented as X: 36.73, Y: 32.84, Z: 40.11. The Yxy representation further refines this as Y: 32.84, x: 0.3349, and y: 0.2994.

In the Hunter Lab color space, this color is represented as L: 64.03, a: 17.49, and b: -19.27. Similarly, in the CIE-Lab color space, it is represented as L: 64.03, a: 17.49, and b: -19.27.

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

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

Analogous Colors of #AE91BE

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

Monochromatic Colors of #AE91BE

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

Complementary Color of #AE91BE

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

/* Using HEX */
body {
  background-color: #ae91be;
}
/* Using RGB */
body {
  background-color: rgb(174, 145, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 145, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(279, 26%, 66%);
}
/* Text color */
p {
  color: #ae91be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae91be;
}

HTML Examples of #AE91BE

<!-- Using HEX -->
<div style="background-color: #ae91be; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 145, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 145, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(279, 26%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae91be;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae91be; width: 100px; height: 100px;"></div>

Related Colors of #AE91BE

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