Color: #A19DAE

#A19DAE Color Information

#A19DAE is a light color. The closest websafe version is #A19DAE. A complement of this color would be #AAAE9E, perceived brightness is 0.63, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 254°,a saturation of 9%, and a lightness of 65%.The HSV representation shows a hue of 254°, a saturation of 10%, and a value of 68%.

In a RGB color space, #A19DAE is composed of 63% red, 62% green and 68% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 10% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 34.67, x: 0.3349, and y: 0.3358.

Color Code #A19DAE

#A19DAErgb(161, 157, 174)
HEX
#A19DAE
RGB
rgb(161, 157, 174)
HSL
hsl(254, 9%, 65%)
HSV
hsv(254, 10%, 68%)
CMYK
7%, 10%, 0%, 32%
XYZ
X: 34.58, Y: 34.67, Z: 34.00
Lab
L: 65.49, a: 4.00, b: -8.32
Name

Shades of Color #A19DAE

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

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

#A19DAErgb(161, 157, 174)

About #A19DAE Color Code

In the HSL color space, this color has a hue angle of 254°, a saturation of 9%, and a lightness of 65%. The HSV representation shows a hue of 254°, a saturation of 10%, and a value of 68%.

  • HEX: #A19DAE
  • RGB: rgb(161, 157, 174)
  • HSL: hsl(254, 9%, 65%)
  • HSV: hsv(254, 10%, 68%)
  • CMYK: 7.00% cyan, 10.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 34.58, 34.67, 34.00
  • Yxy: 34.67, 0.3349, 0.3358
  • Hunter Lab: 65.49, 4.00, -8.32
  • CIE-Lab: 65.49, 4.00, -8.32

In the XYZ color space, this color is represented as X: 34.58, Y: 34.67, Z: 34.00. The Yxy representation further refines this as Y: 34.67, x: 0.3349, and y: 0.3358.

In the Hunter Lab color space, this color is represented as L: 65.49, a: 4.00, and b: -8.32. Similarly, in the CIE-Lab color space, it is represented as L: 65.49, a: 4.00, and b: -8.32.

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

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

Analogous Colors of #A19DAE

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

Monochromatic Colors of #A19DAE

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

Complementary Color of #A19DAE

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

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

HTML Examples of #A19DAE

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

Related Colors of #A19DAE

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