Color: #A59DDC

#A59DDC Color Information

#A59DDC is a light color. The closest websafe version is #A59DDC. A complement of this color would be #D4DC9E, perceived brightness is 0.65, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 248°,a saturation of 47%, and a lightness of 74%.The HSV representation shows a hue of 248°, a saturation of 29%, and a value of 86%.

In a RGB color space, #A59DDC is composed of 65% red, 62% green and 86% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 29% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 36.88, x: 0.3016, and y: 0.2806.

Color Code #A59DDC

#A59DDCrgb(165, 157, 220)
HEX
#A59DDC
RGB
rgb(165, 157, 220)
HSL
hsl(248, 47%, 74%)
HSV
hsv(248, 29%, 86%)
CMYK
25%, 29%, 0%, 14%
XYZ
X: 39.63, Y: 36.88, Z: 54.91
Lab
L: 67.19, a: 13.19, b: -31.18
Name

Shades of Color #A59DDC

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

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

#A59DDCrgb(165, 157, 220)

About #A59DDC Color Code

In the HSL color space, this color has a hue angle of 248°, a saturation of 47%, and a lightness of 74%. The HSV representation shows a hue of 248°, a saturation of 29%, and a value of 86%.

  • HEX: #A59DDC
  • RGB: rgb(165, 157, 220)
  • HSL: hsl(248, 47%, 74%)
  • HSV: hsv(248, 29%, 86%)
  • CMYK: 25.00% cyan, 29.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 39.63, 36.88, 54.91
  • Yxy: 36.88, 0.3016, 0.2806
  • Hunter Lab: 67.19, 13.19, -31.18
  • CIE-Lab: 67.19, 13.19, -31.18

In the XYZ color space, this color is represented as X: 39.63, Y: 36.88, Z: 54.91. The Yxy representation further refines this as Y: 36.88, x: 0.3016, and y: 0.2806.

In the Hunter Lab color space, this color is represented as L: 67.19, a: 13.19, and b: -31.18. Similarly, in the CIE-Lab color space, it is represented as L: 67.19, a: 13.19, and b: -31.18.

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

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

Analogous Colors of #A59DDC

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

Split Complementary Colors of #A59DDC

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

Tetradic Colors of #A59DDC

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

Monochromatic Colors of #A59DDC

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

Complementary Color of #A59DDC

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

/* Using HEX */
body {
  background-color: #a59ddc;
}
/* Using RGB */
body {
  background-color: rgb(165, 157, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(165, 157, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(248, 47%, 74%);
}
/* Text color */
p {
  color: #a59ddc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a59ddc;
}
/* Border color */
.box {
  border: 4px solid #a59ddc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a59ddc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a59ddc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A59DDC
On Black Background
#A59DDC
On White Background
#A59DDC

HTML Examples of #A59DDC

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

Related Colors of #A59DDC

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