Color: #AE2CCE

#AE2CCE Color Information

#AE2CCE is a dark color. The closest websafe version is #AE2CCE. A complement of this color would be #4CCE2C, perceived brightness is 0.40, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 288°,a saturation of 65%, and a lightness of 49%.The HSV representation shows a hue of 288°, a saturation of 79%, and a value of 81%.

In a RGB color space, #AE2CCE is composed of 68% red, 17% green and 81% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 79% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 14.96, x: 0.3207, and y: 0.1697.

Color Code #AE2CCE

#AE2CCErgb(174, 44, 206)
HEX
#AE2CCE
RGB
rgb(174, 44, 206)
HSL
hsl(288, 65%, 49%)
HSV
hsv(288, 79%, 81%)
CMYK
16%, 79%, 0%, 19%
XYZ
X: 28.26, Y: 14.96, Z: 44.91
Lab
L: 45.59, a: 66.66, b: -57.11
Name

Shades of Color #AE2CCE

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

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

#AE2CCErgb(174, 44, 206)

About #AE2CCE Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 65%, and a lightness of 49%. The HSV representation shows a hue of 288°, a saturation of 79%, and a value of 81%.

  • HEX: #AE2CCE
  • RGB: rgb(174, 44, 206)
  • HSL: hsl(288, 65%, 49%)
  • HSV: hsv(288, 79%, 81%)
  • CMYK: 16.00% cyan, 79.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 28.26, 14.96, 44.91
  • Yxy: 14.96, 0.3207, 0.1697
  • Hunter Lab: 45.59, 66.66, -57.11
  • CIE-Lab: 45.59, 66.66, -57.11

In the XYZ color space, this color is represented as X: 28.26, Y: 14.96, Z: 44.91. The Yxy representation further refines this as Y: 14.96, x: 0.3207, and y: 0.1697.

In the Hunter Lab color space, this color is represented as L: 45.59, a: 66.66, and b: -57.11. Similarly, in the CIE-Lab color space, it is represented as L: 45.59, a: 66.66, and b: -57.11.

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

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

Analogous Colors of #AE2CCE

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

Monochromatic Colors of #AE2CCE

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

Complementary Color of #AE2CCE

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

/* Using HEX */
body {
  background-color: #ae2cce;
}
/* Using RGB */
body {
  background-color: rgb(174, 44, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 44, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 65%, 49%);
}
/* Text color */
p {
  color: #ae2cce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae2cce;
}
/* Border color */
.box {
  border: 4px solid #ae2cce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae2cce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae2cce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE2CCE
On Black Background
#AE2CCE
On White Background
#AE2CCE

HTML Examples of #AE2CCE

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

Related Colors of #AE2CCE

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