Color: #AB879F

#AB879F Color Information

#AB879F is a light color. The closest websafe version is #AB879F. A complement of this color would be #87AB93, perceived brightness is 0.58, and the grayscale version is #999999.

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

In a RGB color space, #AB879F is composed of 67% red, 53% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 7% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 28.53, x: 0.3631, and y: 0.3232.

Color Code #AB879F

#AB879Frgb(171, 135, 159)
HEX
#AB879F
RGB
rgb(171, 135, 159)
HSL
hsl(320, 18%, 60%)
HSV
hsv(320, 21%, 67%)
CMYK
0%, 21%, 7%, 33%
XYZ
X: 32.05, Y: 28.53, Z: 27.68
Lab
L: 60.37, a: 17.19, b: -7.30
Name

Shades of Color #AB879F

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

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

#AB879Frgb(171, 135, 159)

About #AB879F Color Code

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

  • HEX: #AB879F
  • RGB: rgb(171, 135, 159)
  • HSL: hsl(320, 18%, 60%)
  • HSV: hsv(320, 21%, 67%)
  • CMYK: 0.00% cyan, 21.00% magenta, 7.00% yellow, 33.00% black
  • XYZ: 32.05, 28.53, 27.68
  • Yxy: 28.53, 0.3631, 0.3232
  • Hunter Lab: 60.37, 17.19, -7.30
  • CIE-Lab: 60.37, 17.19, -7.30

In the XYZ color space, this color is represented as X: 32.05, Y: 28.53, Z: 27.68. The Yxy representation further refines this as Y: 28.53, x: 0.3631, and y: 0.3232.

In the Hunter Lab color space, this color is represented as L: 60.37, a: 17.19, and b: -7.30. Similarly, in the CIE-Lab color space, it is represented as L: 60.37, a: 17.19, and b: -7.30.

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

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

Analogous Colors of #AB879F

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

Monochromatic Colors of #AB879F

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

Complementary Color of #AB879F

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

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

HTML Examples of #AB879F

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

Related Colors of #AB879F

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