Color: #A87DDC

#A87DDC Color Information

#A87DDC is a light color. The closest websafe version is #A87DDC. A complement of this color would be #B2DD7E, perceived brightness is 0.58, and the grayscale version is #ADADAD.

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

In a RGB color space, #A87DDC is composed of 66% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 43% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 27.75, x: 0.3019, and y: 0.2380.

Color Code #A87DDC

#A87DDCrgb(168, 125, 220)
HEX
#A87DDC
RGB
rgb(168, 125, 220)
HSL
hsl(267, 58%, 68%)
HSV
hsv(267, 43%, 86%)
CMYK
24%, 43%, 0%, 14%
XYZ
X: 35.21, Y: 27.75, Z: 53.65
Lab
L: 59.66, a: 31.25, b: -42.80
Name

Shades of Color #A87DDC

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

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

#A87DDCrgb(168, 125, 220)

About #A87DDC Color Code

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

  • HEX: #A87DDC
  • RGB: rgb(168, 125, 220)
  • HSL: hsl(267, 58%, 68%)
  • HSV: hsv(267, 43%, 86%)
  • CMYK: 24.00% cyan, 43.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 35.21, 27.75, 53.65
  • Yxy: 27.75, 0.3019, 0.2380
  • Hunter Lab: 59.66, 31.25, -42.80
  • CIE-Lab: 59.66, 31.25, -42.80

In the XYZ color space, this color is represented as X: 35.21, Y: 27.75, Z: 53.65. The Yxy representation further refines this as Y: 27.75, x: 0.3019, and y: 0.2380.

In the Hunter Lab color space, this color is represented as L: 59.66, a: 31.25, and b: -42.80. Similarly, in the CIE-Lab color space, it is represented as L: 59.66, a: 31.25, and b: -42.80.

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

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

Analogous Colors of #A87DDC

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

Split Complementary Colors of #A87DDC

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

Tetradic Colors of #A87DDC

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

Monochromatic Colors of #A87DDC

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

Complementary Color of #A87DDC

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

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

HTML Examples of #A87DDC

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

Related Colors of #A87DDC

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