Color: #AD1AC8

#AD1AC8 Color Information

#AD1AC8 is a dark color. The closest websafe version is #AD1AC8. A complement of this color would be #34C71A, perceived brightness is 0.35, and the grayscale version is #717171.

In the HSL color space, this color has a hue angle of 291°,a saturation of 77%, and a lightness of 44%.The HSV representation shows a hue of 291°, a saturation of 87%, and a value of 78%.

In a RGB color space, #AD1AC8 is composed of 68% red, 10% green and 78% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 87% magenta, 0% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 13.54, x: 0.3264, and y: 0.1644.

Color Code #AD1AC8

#AD1AC8rgb(173, 26, 200)
HEX
#AD1AC8
RGB
rgb(173, 26, 200)
HSL
hsl(291, 77%, 44%)
HSV
hsv(291, 87%, 78%)
CMYK
13%, 87%, 0%, 22%
XYZ
X: 26.88, Y: 13.54, Z: 41.93
Lab
L: 43.57, a: 69.90, b: -56.90
Name

Shades of Color #AD1AC8

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

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

#AD1AC8rgb(173, 26, 200)

About #AD1AC8 Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 77%, and a lightness of 44%. The HSV representation shows a hue of 291°, a saturation of 87%, and a value of 78%.

  • HEX: #AD1AC8
  • RGB: rgb(173, 26, 200)
  • HSL: hsl(291, 77%, 44%)
  • HSV: hsv(291, 87%, 78%)
  • CMYK: 13.00% cyan, 87.00% magenta, 0.00% yellow, 22.00% black
  • XYZ: 26.88, 13.54, 41.93
  • Yxy: 13.54, 0.3264, 0.1644
  • Hunter Lab: 43.57, 69.90, -56.90
  • CIE-Lab: 43.57, 69.90, -56.90

In the XYZ color space, this color is represented as X: 26.88, Y: 13.54, Z: 41.93. The Yxy representation further refines this as Y: 13.54, x: 0.3264, and y: 0.1644.

In the Hunter Lab color space, this color is represented as L: 43.57, a: 69.90, and b: -56.90. Similarly, in the CIE-Lab color space, it is represented as L: 43.57, a: 69.90, and b: -56.90.

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

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

Analogous Colors of #AD1AC8

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

Split Complementary Colors of #AD1AC8

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

Tetradic Colors of #AD1AC8

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

Monochromatic Colors of #AD1AC8

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

Complementary Color of #AD1AC8

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

/* Using HEX */
body {
  background-color: #ad1ac8;
}
/* Using RGB */
body {
  background-color: rgb(173, 26, 200);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 26, 200, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 77%, 44%);
}
/* Text color */
p {
  color: #ad1ac8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ad1ac8;
}
/* Border color */
.box {
  border: 4px solid #ad1ac8;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ad1ac8;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ad1ac8;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AD1AC8
On Black Background
#AD1AC8
On White Background
#AD1AC8

HTML Examples of #AD1AC8

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

Related Colors of #AD1AC8

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