Color: #AE37EB

#AE37EB Color Information

#AE37EB is a dark color. The closest websafe version is #AE37EB. A complement of this color would be #73EB37, perceived brightness is 0.44, and the grayscale version is #919191.

In the HSL color space, this color has a hue angle of 280°,a saturation of 82%, and a lightness of 57%.The HSV representation shows a hue of 280°, a saturation of 77%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 17.19, x: 0.2911, and y: 0.1573.

Color Code #AE37EB

#AE37EBrgb(174, 55, 235)
HEX
#AE37EB
RGB
rgb(174, 55, 235)
HSL
hsl(280, 82%, 57%)
HSV
hsv(280, 77%, 92%)
CMYK
26%, 77%, 0%, 8%
XYZ
X: 31.82, Y: 17.19, Z: 60.29
Lab
L: 48.50, a: 67.48, b: -68.92
Name

Shades of Color #AE37EB

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

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

#AE37EBrgb(174, 55, 235)

About #AE37EB Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 82%, and a lightness of 57%. The HSV representation shows a hue of 280°, a saturation of 77%, and a value of 92%.

  • HEX: #AE37EB
  • RGB: rgb(174, 55, 235)
  • HSL: hsl(280, 82%, 57%)
  • HSV: hsv(280, 77%, 92%)
  • CMYK: 26.00% cyan, 77.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 31.82, 17.19, 60.29
  • Yxy: 17.19, 0.2911, 0.1573
  • Hunter Lab: 48.50, 67.48, -68.92
  • CIE-Lab: 48.50, 67.48, -68.92

In the XYZ color space, this color is represented as X: 31.82, Y: 17.19, Z: 60.29. The Yxy representation further refines this as Y: 17.19, x: 0.2911, and y: 0.1573.

In the Hunter Lab color space, this color is represented as L: 48.50, a: 67.48, and b: -68.92. Similarly, in the CIE-Lab color space, it is represented as L: 48.50, a: 67.48, and b: -68.92.

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

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

Analogous Colors of #AE37EB

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

Split Complementary Colors of #AE37EB

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

Tetradic Colors of #AE37EB

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

Monochromatic Colors of #AE37EB

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

Complementary Color of #AE37EB

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

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

HTML Examples of #AE37EB

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

Related Colors of #AE37EB

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