Color: #AB8BAF

#AB8BAF Color Information

#AB8BAF is a light color. The closest websafe version is #AB8BAF. A complement of this color would be #91B08D, perceived brightness is 0.60, and the grayscale version is #9D9D9D.

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

In a RGB color space, #AB8BAF is composed of 67% red, 55% green and 69% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 21% magenta, 0% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 30.17, x: 0.3463, and y: 0.3088.

Color Code #AB8BAF

HEX
#AB8BAF
RGB
rgb(171, 139, 175)
HSL
hsl(293, 18%, 62%)
HSV
hsv(293, 21%, 69%)
CMYK
2%, 21%, 0%, 31%
XYZ
X: 33.83, Y: 30.17, Z: 33.69
Lab
L: 61.80, a: 17.32, b: -14.23
Name

Shades of Color #AB8BAF

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

Tints are created by lightening the original color #AB8BAF 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 #AB8BAF Color Code

In the HSL color space, this color has a hue angle of 293°, a saturation of 18%, and a lightness of 62%. The HSV representation shows a hue of 293°, a saturation of 21%, and a value of 69%.

  • HEX: #AB8BAF
  • RGB: rgb(171, 139, 175)
  • HSL: hsl(293, 18%, 62%)
  • HSV: hsv(293, 21%, 69%)
  • CMYK: 2.00% cyan, 21.00% magenta, 0.00% yellow, 31.00% black
  • XYZ: 33.83, 30.17, 33.69
  • Yxy: 30.17, 0.3463, 0.3088
  • Hunter Lab: 61.80, 17.32, -14.23
  • CIE-Lab: 61.80, 17.32, -14.23

In the XYZ color space, this color is represented as X: 33.83, Y: 30.17, Z: 33.69. The Yxy representation further refines this as Y: 30.17, x: 0.3463, and y: 0.3088.

In the Hunter Lab color space, this color is represented as L: 61.80, a: 17.32, and b: -14.23. Similarly, in the CIE-Lab color space, it is represented as L: 61.80, a: 17.32, and b: -14.23.

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

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

Analogous Colors of #AB8BAF

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

Monochromatic Colors of #AB8BAF

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

Complementary Color of #AB8BAF

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

/* Using HEX */
body {
  background-color: #ab8baf;
}
/* Using RGB */
body {
  background-color: rgb(171, 139, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 139, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(293, 18%, 62%);
}
/* Text color */
p {
  color: #ab8baf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab8baf;
}

HTML Examples of #AB8BAF

<!-- Using HEX -->
<div style="background-color: #ab8baf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 139, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 139, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(293, 18%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ab8baf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ab8baf; width: 100px; height: 100px;"></div>

Related Colors of #AB8BAF

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