Color: #AB879A

#AB879A Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 28.39, x: 0.3683, and y: 0.3297.

Color Code #AB879A

#AB879Argb(171, 135, 154)
HEX
#AB879A
RGB
rgb(171, 135, 154)
HSL
hsl(328, 18%, 60%)
HSV
hsv(328, 21%, 67%)
CMYK
0%, 21%, 10%, 33%
XYZ
X: 31.71, Y: 28.39, Z: 26.00
Lab
L: 60.24, a: 16.52, b: -4.64
Name

Shades of Color #AB879A

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

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

#AB879Argb(171, 135, 154)

About #AB879A Color Code

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

  • HEX: #AB879A
  • RGB: rgb(171, 135, 154)
  • HSL: hsl(328, 18%, 60%)
  • HSV: hsv(328, 21%, 67%)
  • CMYK: 0.00% cyan, 21.00% magenta, 10.00% yellow, 33.00% black
  • XYZ: 31.71, 28.39, 26.00
  • Yxy: 28.39, 0.3683, 0.3297
  • Hunter Lab: 60.24, 16.52, -4.64
  • CIE-Lab: 60.24, 16.52, -4.64

In the XYZ color space, this color is represented as X: 31.71, Y: 28.39, Z: 26.00. The Yxy representation further refines this as Y: 28.39, x: 0.3683, and y: 0.3297.

In the Hunter Lab color space, this color is represented as L: 60.24, a: 16.52, and b: -4.64. Similarly, in the CIE-Lab color space, it is represented as L: 60.24, a: 16.52, and b: -4.64.

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

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

Analogous Colors of #AB879A

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

Split Complementary Colors of #AB879A

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

Tetradic Colors of #AB879A

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

Monochromatic Colors of #AB879A

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

Complementary Color of #AB879A

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

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

HTML Examples of #AB879A

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

Related Colors of #AB879A

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