Color: #AE3DBD

#AE3DBD Color Information

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

In the HSL color space, this color has a hue angle of 293°,a saturation of 51%, and a lightness of 49%.The HSV representation shows a hue of 293°, a saturation of 68%, and a value of 74%.

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

In the Yxy color space, this color is represented as Y: 15.85, x: 0.3409, and y: 0.1962.

Color Code #AE3DBD

#AE3DBDrgb(174, 61, 189)
HEX
#AE3DBD
RGB
rgb(174, 61, 189)
HSL
hsl(293, 51%, 49%)
HSV
hsv(293, 68%, 74%)
CMYK
8%, 68%, 0%, 26%
XYZ
X: 27.54, Y: 15.85, Z: 37.39
Lab
L: 46.77, a: 58.68, b: -45.38
Name

Shades of Color #AE3DBD

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

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

#AE3DBDrgb(174, 61, 189)

About #AE3DBD Color Code

In the HSL color space, this color has a hue angle of 293°, a saturation of 51%, and a lightness of 49%. The HSV representation shows a hue of 293°, a saturation of 68%, and a value of 74%.

  • HEX: #AE3DBD
  • RGB: rgb(174, 61, 189)
  • HSL: hsl(293, 51%, 49%)
  • HSV: hsv(293, 68%, 74%)
  • CMYK: 8.00% cyan, 68.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 27.54, 15.85, 37.39
  • Yxy: 15.85, 0.3409, 0.1962
  • Hunter Lab: 46.77, 58.68, -45.38
  • CIE-Lab: 46.77, 58.68, -45.38

In the XYZ color space, this color is represented as X: 27.54, Y: 15.85, Z: 37.39. The Yxy representation further refines this as Y: 15.85, x: 0.3409, and y: 0.1962.

In the Hunter Lab color space, this color is represented as L: 46.77, a: 58.68, and b: -45.38. Similarly, in the CIE-Lab color space, it is represented as L: 46.77, a: 58.68, and b: -45.38.

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

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

Analogous Colors of #AE3DBD

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

Split Complementary Colors of #AE3DBD

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

Tetradic Colors of #AE3DBD

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

Monochromatic Colors of #AE3DBD

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

Complementary Color of #AE3DBD

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

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

HTML Examples of #AE3DBD

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

Related Colors of #AE3DBD

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