Color: #AD1EEE

#AD1EEE Color Information

#AD1EEE is a dark color. The closest websafe version is #AD1EEE. A complement of this color would be #61EE20, perceived brightness is 0.38, and the grayscale version is #868686.

In the HSL color space, this color has a hue angle of 281°,a saturation of 86%, and a lightness of 53%.The HSV representation shows a hue of 281°, a saturation of 87%, and a value of 93%.

In a RGB color space, #AD1EEE is composed of 68% red, 12% green and 93% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 87% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 15.41, x: 0.2863, and y: 0.1425.

Color Code #AD1EEE

#AD1EEErgb(173, 30, 238)
HEX
#AD1EEE
RGB
rgb(173, 30, 238)
HSL
hsl(281, 86%, 53%)
HSV
hsv(281, 87%, 93%)
CMYK
27%, 87%, 0%, 7%
XYZ
X: 30.96, Y: 15.41, Z: 61.77
Lab
L: 46.19, a: 74.30, b: -74.36
Name

Shades of Color #AD1EEE

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

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

#AD1EEErgb(173, 30, 238)

About #AD1EEE Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 86%, and a lightness of 53%. The HSV representation shows a hue of 281°, a saturation of 87%, and a value of 93%.

  • HEX: #AD1EEE
  • RGB: rgb(173, 30, 238)
  • HSL: hsl(281, 86%, 53%)
  • HSV: hsv(281, 87%, 93%)
  • CMYK: 27.00% cyan, 87.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 30.96, 15.41, 61.77
  • Yxy: 15.41, 0.2863, 0.1425
  • Hunter Lab: 46.19, 74.30, -74.36
  • CIE-Lab: 46.19, 74.30, -74.36

In the XYZ color space, this color is represented as X: 30.96, Y: 15.41, Z: 61.77. The Yxy representation further refines this as Y: 15.41, x: 0.2863, and y: 0.1425.

In the Hunter Lab color space, this color is represented as L: 46.19, a: 74.30, and b: -74.36. Similarly, in the CIE-Lab color space, it is represented as L: 46.19, a: 74.30, and b: -74.36.

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

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

Analogous Colors of #AD1EEE

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

Split Complementary Colors of #AD1EEE

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

Tetradic Colors of #AD1EEE

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

Monochromatic Colors of #AD1EEE

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

Complementary Color of #AD1EEE

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

/* Using HEX */
body {
  background-color: #ad1eee;
}
/* Using RGB */
body {
  background-color: rgb(173, 30, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 30, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 86%, 53%);
}
/* Text color */
p {
  color: #ad1eee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ad1eee;
}
/* Border color */
.box {
  border: 4px solid #ad1eee;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ad1eee;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ad1eee;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AD1EEE
On Black Background
#AD1EEE
On White Background
#AD1EEE

HTML Examples of #AD1EEE

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

Related Colors of #AD1EEE

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