Color: #AE15EF

#AE15EF Color Information

#AE15EF is a dark color. The closest websafe version is #AE15EF. A complement of this color would be #57EF15, perceived brightness is 0.36, and the grayscale version is #828282.

In the HSL color space, this color has a hue angle of 282°,a saturation of 87%, and a lightness of 51%.The HSV representation shows a hue of 282°, a saturation of 91%, and a value of 94%.

In a RGB color space, #AE15EF is composed of 68% red, 8% green and 94% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 91% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 15.19, x: 0.2864, and y: 0.1399.

Color Code #AE15EF

#AE15EFrgb(174, 21, 239)
HEX
#AE15EF
RGB
rgb(174, 21, 239)
HSL
hsl(282, 87%, 51%)
HSV
hsv(282, 91%, 94%)
CMYK
27%, 91%, 0%, 6%
XYZ
X: 31.10, Y: 15.19, Z: 62.31
Lab
L: 45.89, a: 76.12, b: -75.41
Name

Shades of Color #AE15EF

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

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

#AE15EFrgb(174, 21, 239)

About #AE15EF Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 87%, and a lightness of 51%. The HSV representation shows a hue of 282°, a saturation of 91%, and a value of 94%.

  • HEX: #AE15EF
  • RGB: rgb(174, 21, 239)
  • HSL: hsl(282, 87%, 51%)
  • HSV: hsv(282, 91%, 94%)
  • CMYK: 27.00% cyan, 91.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 31.10, 15.19, 62.31
  • Yxy: 15.19, 0.2864, 0.1399
  • Hunter Lab: 45.89, 76.12, -75.41
  • CIE-Lab: 45.89, 76.12, -75.41

In the XYZ color space, this color is represented as X: 31.10, Y: 15.19, Z: 62.31. The Yxy representation further refines this as Y: 15.19, x: 0.2864, and y: 0.1399.

In the Hunter Lab color space, this color is represented as L: 45.89, a: 76.12, and b: -75.41. Similarly, in the CIE-Lab color space, it is represented as L: 45.89, a: 76.12, and b: -75.41.

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

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

Analogous Colors of #AE15EF

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

Split Complementary Colors of #AE15EF

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

Tetradic Colors of #AE15EF

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

Monochromatic Colors of #AE15EF

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

Complementary Color of #AE15EF

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

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

HTML Examples of #AE15EF

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

Related Colors of #AE15EF

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