Color: #A19DCA

#A19DCA Color Information

#A19DCA is a light color. The closest websafe version is #A19DCA. A complement of this color would be #C6C99C, perceived brightness is 0.64, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 245°,a saturation of 30%, and a lightness of 70%.The HSV representation shows a hue of 245°, a saturation of 22%, and a value of 79%.

In a RGB color space, #A19DCA is composed of 63% red, 62% green and 79% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 22% magenta, 0% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 35.68, x: 0.3118, and y: 0.3008.

Color Code #A19DCA

#A19DCArgb(161, 157, 202)
HEX
#A19DCA
RGB
rgb(161, 157, 202)
HSL
hsl(245, 30%, 70%)
HSV
hsv(245, 22%, 79%)
CMYK
20%, 22%, 0%, 21%
XYZ
X: 36.98, Y: 35.68, Z: 45.95
Lab
L: 66.28, a: 8.62, b: -22.69
Name

Shades of Color #A19DCA

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

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

#A19DCArgb(161, 157, 202)

About #A19DCA Color Code

In the HSL color space, this color has a hue angle of 245°, a saturation of 30%, and a lightness of 70%. The HSV representation shows a hue of 245°, a saturation of 22%, and a value of 79%.

  • HEX: #A19DCA
  • RGB: rgb(161, 157, 202)
  • HSL: hsl(245, 30%, 70%)
  • HSV: hsv(245, 22%, 79%)
  • CMYK: 20.00% cyan, 22.00% magenta, 0.00% yellow, 21.00% black
  • XYZ: 36.98, 35.68, 45.95
  • Yxy: 35.68, 0.3118, 0.3008
  • Hunter Lab: 66.28, 8.62, -22.69
  • CIE-Lab: 66.28, 8.62, -22.69

In the XYZ color space, this color is represented as X: 36.98, Y: 35.68, Z: 45.95. The Yxy representation further refines this as Y: 35.68, x: 0.3118, and y: 0.3008.

In the Hunter Lab color space, this color is represented as L: 66.28, a: 8.62, and b: -22.69. Similarly, in the CIE-Lab color space, it is represented as L: 66.28, a: 8.62, and b: -22.69.

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

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

Analogous Colors of #A19DCA

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

Split Complementary Colors of #A19DCA

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

Tetradic Colors of #A19DCA

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

Monochromatic Colors of #A19DCA

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

Complementary Color of #A19DCA

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

/* Using HEX */
body {
  background-color: #a19dca;
}
/* Using RGB */
body {
  background-color: rgb(161, 157, 202);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 157, 202, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(245, 30%, 70%);
}
/* Text color */
p {
  color: #a19dca;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a19dca;
}
/* Border color */
.box {
  border: 4px solid #a19dca;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a19dca;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a19dca;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A19DCA
On Black Background
#A19DCA
On White Background
#A19DCA

HTML Examples of #A19DCA

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

Related Colors of #A19DCA

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