Color: #AE84BE

#AE84BE Color Information

#AE84BE is a light color. The closest websafe version is #AE84BE. A complement of this color would be #94BE83, perceived brightness is 0.59, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 283°,a saturation of 31%, and a lightness of 63%.The HSV representation shows a hue of 283°, a saturation of 31%, and a value of 75%.

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

In the Yxy color space, this color is represented as Y: 29.08, x: 0.3357, and y: 0.2813.

Color Code #AE84BE

#AE84BErgb(174, 132, 190)
HEX
#AE84BE
RGB
rgb(174, 132, 190)
HSL
hsl(283, 31%, 63%)
HSV
hsv(283, 31%, 75%)
CMYK
8%, 31%, 0%, 25%
XYZ
X: 34.71, Y: 29.08, Z: 39.60
Lab
L: 60.85, a: 24.42, b: -24.08
Name

Shades of Color #AE84BE

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

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

#AE84BErgb(174, 132, 190)

About #AE84BE Color Code

In the HSL color space, this color has a hue angle of 283°, a saturation of 31%, and a lightness of 63%. The HSV representation shows a hue of 283°, a saturation of 31%, and a value of 75%.

  • HEX: #AE84BE
  • RGB: rgb(174, 132, 190)
  • HSL: hsl(283, 31%, 63%)
  • HSV: hsv(283, 31%, 75%)
  • CMYK: 8.00% cyan, 31.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 34.71, 29.08, 39.60
  • Yxy: 29.08, 0.3357, 0.2813
  • Hunter Lab: 60.85, 24.42, -24.08
  • CIE-Lab: 60.85, 24.42, -24.08

In the XYZ color space, this color is represented as X: 34.71, Y: 29.08, Z: 39.60. The Yxy representation further refines this as Y: 29.08, x: 0.3357, and y: 0.2813.

In the Hunter Lab color space, this color is represented as L: 60.85, a: 24.42, and b: -24.08. Similarly, in the CIE-Lab color space, it is represented as L: 60.85, a: 24.42, and b: -24.08.

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

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

Analogous Colors of #AE84BE

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

Split Complementary Colors of #AE84BE

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

Tetradic Colors of #AE84BE

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

Monochromatic Colors of #AE84BE

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

Complementary Color of #AE84BE

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

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

HTML Examples of #AE84BE

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

Related Colors of #AE84BE

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