Color: #AB8BBF

#AB8BBF Color Information

#AB8BBF is a light color. The closest websafe version is #AB8BBF. A complement of this color would be #A0C08C, perceived brightness is 0.61, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 277°,a saturation of 29%, and a lightness of 65%.The HSV representation shows a hue of 277°, a saturation of 27%, and a value of 75%.

In a RGB color space, #AB8BBF is composed of 67% red, 55% green and 75% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 27% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 30.73, x: 0.3311, and y: 0.2895.

Color Code #AB8BBF

#AB8BBFrgb(171, 139, 191)
HEX
#AB8BBF
RGB
rgb(171, 139, 191)
HSL
hsl(277, 29%, 65%)
HSV
hsv(277, 27%, 75%)
CMYK
10%, 27%, 0%, 25%
XYZ
X: 35.15, Y: 30.73, Z: 40.28
Lab
L: 62.28, a: 19.79, b: -22.52
Name

Shades of Color #AB8BBF

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

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

#AB8BBFrgb(171, 139, 191)

About #AB8BBF Color Code

In the HSL color space, this color has a hue angle of 277°, a saturation of 29%, and a lightness of 65%. The HSV representation shows a hue of 277°, a saturation of 27%, and a value of 75%.

  • HEX: #AB8BBF
  • RGB: rgb(171, 139, 191)
  • HSL: hsl(277, 29%, 65%)
  • HSV: hsv(277, 27%, 75%)
  • CMYK: 10.00% cyan, 27.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 35.15, 30.73, 40.28
  • Yxy: 30.73, 0.3311, 0.2895
  • Hunter Lab: 62.28, 19.79, -22.52
  • CIE-Lab: 62.28, 19.79, -22.52

In the XYZ color space, this color is represented as X: 35.15, Y: 30.73, Z: 40.28. The Yxy representation further refines this as Y: 30.73, x: 0.3311, and y: 0.2895.

In the Hunter Lab color space, this color is represented as L: 62.28, a: 19.79, and b: -22.52. Similarly, in the CIE-Lab color space, it is represented as L: 62.28, a: 19.79, and b: -22.52.

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

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

Analogous Colors of #AB8BBF

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

Monochromatic Colors of #AB8BBF

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

Complementary Color of #AB8BBF

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

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

HTML Examples of #AB8BBF

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

Related Colors of #AB8BBF

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