Color: #AB8AAA

#AB8AAA Color Information

#AB8AAA is a light color. The closest websafe version is #AB8AAA. A complement of this color would be #8CAB8D, perceived brightness is 0.59, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 302°,a saturation of 16%, and a lightness of 61%.The HSV representation shows a hue of 302°, a saturation of 19%, and a value of 67%.

In a RGB color space, #AB8AAA is composed of 67% red, 54% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 1% yellow and 33% black.

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

Color Code #AB8AAA

#AB8AAArgb(171, 138, 170)
HEX
#AB8AAA
RGB
rgb(171, 138, 170)
HSL
hsl(302, 16%, 61%)
HSV
hsv(302, 19%, 67%)
CMYK
0%, 19%, 1%, 33%
XYZ
X: 33.30, Y: 29.72, Z: 31.74
Lab
L: 61.41, a: 17.13, b: -11.99
Name

Shades of Color #AB8AAA

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

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

#AB8AAArgb(171, 138, 170)

About #AB8AAA Color Code

In the HSL color space, this color has a hue angle of 302°, a saturation of 16%, and a lightness of 61%. The HSV representation shows a hue of 302°, a saturation of 19%, and a value of 67%.

  • HEX: #AB8AAA
  • RGB: rgb(171, 138, 170)
  • HSL: hsl(302, 16%, 61%)
  • HSV: hsv(302, 19%, 67%)
  • CMYK: 0.00% cyan, 19.00% magenta, 100.00% yellow, 33.00% black
  • XYZ: 33.30, 29.72, 31.74
  • Yxy: 29.72, 0.3514, 0.3136
  • Hunter Lab: 61.41, 17.13, -11.99
  • CIE-Lab: 61.41, 17.13, -11.99

In the XYZ color space, this color is represented as X: 33.30, Y: 29.72, Z: 31.74. The Yxy representation further refines this as Y: 29.72, x: 0.3514, and y: 0.3136.

In the Hunter Lab color space, this color is represented as L: 61.41, a: 17.13, and b: -11.99. Similarly, in the CIE-Lab color space, it is represented as L: 61.41, a: 17.13, and b: -11.99.

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

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

Analogous Colors of #AB8AAA

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

Split Complementary Colors of #AB8AAA

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

Tetradic Colors of #AB8AAA

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

Monochromatic Colors of #AB8AAA

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

Complementary Color of #AB8AAA

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

/* Using HEX */
body {
  background-color: #ab8aaa;
}
/* Using RGB */
body {
  background-color: rgb(171, 138, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 138, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(302, 16%, 61%);
}
/* Text color */
p {
  color: #ab8aaa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab8aaa;
}
/* Border color */
.box {
  border: 4px solid #ab8aaa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab8aaa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab8aaa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB8AAA
On Black Background
#AB8AAA
On White Background
#AB8AAA

HTML Examples of #AB8AAA

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

Related Colors of #AB8AAA

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