Color: #AD4EDC

#AD4EDC Color Information

#AD4EDC is a dark color. The closest websafe version is #AD4EDC. A complement of this color would be #7CDC4C, perceived brightness is 0.48, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 280°,a saturation of 67%, and a lightness of 58%.The HSV representation shows a hue of 280°, a saturation of 65%, and a value of 86%.

In a RGB color space, #AD4EDC is composed of 68% red, 31% green and 86% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 65% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 19.10, x: 0.3051, and y: 0.1856.

Color Code #AD4EDC

#AD4EDCrgb(173, 78, 220)
HEX
#AD4EDC
RGB
rgb(173, 78, 220)
HSL
hsl(280, 67%, 58%)
HSV
hsv(280, 65%, 86%)
CMYK
21%, 65%, 0%, 14%
XYZ
X: 31.40, Y: 19.10, Z: 52.43
Lab
L: 50.80, a: 56.05, b: -56.77
Name

Shades of Color #AD4EDC

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

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

#AD4EDCrgb(173, 78, 220)

About #AD4EDC Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 67%, and a lightness of 58%. The HSV representation shows a hue of 280°, a saturation of 65%, and a value of 86%.

  • HEX: #AD4EDC
  • RGB: rgb(173, 78, 220)
  • HSL: hsl(280, 67%, 58%)
  • HSV: hsv(280, 65%, 86%)
  • CMYK: 21.00% cyan, 65.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 31.40, 19.10, 52.43
  • Yxy: 19.10, 0.3051, 0.1856
  • Hunter Lab: 50.80, 56.05, -56.77
  • CIE-Lab: 50.80, 56.05, -56.77

In the XYZ color space, this color is represented as X: 31.40, Y: 19.10, Z: 52.43. The Yxy representation further refines this as Y: 19.10, x: 0.3051, and y: 0.1856.

In the Hunter Lab color space, this color is represented as L: 50.80, a: 56.05, and b: -56.77. Similarly, in the CIE-Lab color space, it is represented as L: 50.80, a: 56.05, and b: -56.77.

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

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

Analogous Colors of #AD4EDC

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

Split Complementary Colors of #AD4EDC

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

Tetradic Colors of #AD4EDC

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

Monochromatic Colors of #AD4EDC

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

Complementary Color of #AD4EDC

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

/* Using HEX */
body {
  background-color: #ad4edc;
}
/* Using RGB */
body {
  background-color: rgb(173, 78, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 78, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 67%, 58%);
}
/* Text color */
p {
  color: #ad4edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ad4edc;
}
/* Border color */
.box {
  border: 4px solid #ad4edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ad4edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ad4edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AD4EDC
On Black Background
#AD4EDC
On White Background
#AD4EDC

HTML Examples of #AD4EDC

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

Related Colors of #AD4EDC

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