Color: #AE2DBB

#AE2DBB Color Information

#AE2DBB is a dark color. The closest websafe version is #AE2DBB. A complement of this color would be #38B92D, perceived brightness is 0.39, and the grayscale version is #747474.

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

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

In the Yxy color space, this color is represented as Y: 14.31, x: 0.3442, and y: 0.1853.

Color Code #AE2DBB

#AE2DBBrgb(174, 45, 187)
HEX
#AE2DBB
RGB
rgb(174, 45, 187)
HSL
hsl(295, 61%, 45%)
HSV
hsv(295, 76%, 73%)
CMYK
7%, 76%, 0%, 27%
XYZ
X: 26.58, Y: 14.31, Z: 36.33
Lab
L: 44.68, a: 63.87, b: -47.54
Name

Shades of Color #AE2DBB

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

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

#AE2DBBrgb(174, 45, 187)

About #AE2DBB Color Code

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

  • HEX: #AE2DBB
  • RGB: rgb(174, 45, 187)
  • HSL: hsl(295, 61%, 45%)
  • HSV: hsv(295, 76%, 73%)
  • CMYK: 7.00% cyan, 76.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 26.58, 14.31, 36.33
  • Yxy: 14.31, 0.3442, 0.1853
  • Hunter Lab: 44.68, 63.87, -47.54
  • CIE-Lab: 44.68, 63.87, -47.54

In the XYZ color space, this color is represented as X: 26.58, Y: 14.31, Z: 36.33. The Yxy representation further refines this as Y: 14.31, x: 0.3442, and y: 0.1853.

In the Hunter Lab color space, this color is represented as L: 44.68, a: 63.87, and b: -47.54. Similarly, in the CIE-Lab color space, it is represented as L: 44.68, a: 63.87, and b: -47.54.

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

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

Analogous Colors of #AE2DBB

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

Split Complementary Colors of #AE2DBB

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

Tetradic Colors of #AE2DBB

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

Monochromatic Colors of #AE2DBB

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

Complementary Color of #AE2DBB

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

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

HTML Examples of #AE2DBB

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

Related Colors of #AE2DBB

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