Color: #A19ABC

#A19ABC Color Information

#A19ABC is a light color. The closest websafe version is #A19ABC. A complement of this color would be #B5BC9A, perceived brightness is 0.63, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 252°,a saturation of 20%, and a lightness of 67%.The HSV representation shows a hue of 252°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A19ABC is composed of 63% red, 60% green and 74% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 18% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 34.14, x: 0.3231, and y: 0.3136.

Color Code #A19ABC

HEX
#A19ABC
RGB
rgb(161, 154, 188)
HSL
hsl(252, 20%, 67%)
HSV
hsv(252, 18%, 74%)
CMYK
14%, 18%, 0%, 26%
XYZ
X: 35.18, Y: 34.14, Z: 39.55
Lab
L: 65.08, a: 7.81, b: -16.73
Name

Shades of Color #A19ABC

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

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

About #A19ABC Color Code

In the HSL color space, this color has a hue angle of 252°, a saturation of 20%, and a lightness of 67%. The HSV representation shows a hue of 252°, a saturation of 18%, and a value of 74%.

  • HEX: #A19ABC
  • RGB: rgb(161, 154, 188)
  • HSL: hsl(252, 20%, 67%)
  • HSV: hsv(252, 18%, 74%)
  • CMYK: 14.00% cyan, 18.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 35.18, 34.14, 39.55
  • Yxy: 34.14, 0.3231, 0.3136
  • Hunter Lab: 65.08, 7.81, -16.73
  • CIE-Lab: 65.08, 7.81, -16.73

In the XYZ color space, this color is represented as X: 35.18, Y: 34.14, Z: 39.55. The Yxy representation further refines this as Y: 34.14, x: 0.3231, and y: 0.3136.

In the Hunter Lab color space, this color is represented as L: 65.08, a: 7.81, and b: -16.73. Similarly, in the CIE-Lab color space, it is represented as L: 65.08, a: 7.81, and b: -16.73.

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

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

Analogous Colors of #A19ABC

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

Monochromatic Colors of #A19ABC

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

Complementary Color of #A19ABC

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

/* Using HEX */
body {
  background-color: #a19abc;
}
/* Using RGB */
body {
  background-color: rgb(161, 154, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 154, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(252, 20%, 67%);
}
/* Text color */
p {
  color: #a19abc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a19abc;
}

HTML Examples of #A19ABC

<!-- Using HEX -->
<div style="background-color: #a19abc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(161, 154, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(161, 154, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(252, 20%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a19abc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a19abc; width: 100px; height: 100px;"></div>

Related Colors of #A19ABC

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