Color: #AB689C

#AB689C Color Information

#AB689C is a light color. The closest websafe version is #AB689C. A complement of this color would be #68AC76, perceived brightness is 0.51, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 313°,a saturation of 29%, and a lightness of 54%.The HSV representation shows a hue of 313°, a saturation of 39%, and a value of 67%.

In a RGB color space, #AB689C is composed of 67% red, 41% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 9% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 21.00, x: 0.3738, and y: 0.2819.

Color Code #AB689C

#AB689Crgb(171, 104, 156)
HEX
#AB689C
RGB
rgb(171, 104, 156)
HSL
hsl(313, 29%, 54%)
HSV
hsv(313, 39%, 67%)
CMYK
0%, 39%, 9%, 33%
XYZ
X: 27.85, Y: 21.00, Z: 25.65
Lab
L: 52.95, a: 33.30, b: -16.61
Name

Shades of Color #AB689C

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

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

#AB689Crgb(171, 104, 156)

About #AB689C Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 29%, and a lightness of 54%. The HSV representation shows a hue of 313°, a saturation of 39%, and a value of 67%.

  • HEX: #AB689C
  • RGB: rgb(171, 104, 156)
  • HSL: hsl(313, 29%, 54%)
  • HSV: hsv(313, 39%, 67%)
  • CMYK: 0.00% cyan, 39.00% magenta, 9.00% yellow, 33.00% black
  • XYZ: 27.85, 21.00, 25.65
  • Yxy: 21.00, 0.3738, 0.2819
  • Hunter Lab: 52.95, 33.30, -16.61
  • CIE-Lab: 52.95, 33.30, -16.61

In the XYZ color space, this color is represented as X: 27.85, Y: 21.00, Z: 25.65. The Yxy representation further refines this as Y: 21.00, x: 0.3738, and y: 0.2819.

In the Hunter Lab color space, this color is represented as L: 52.95, a: 33.30, and b: -16.61. Similarly, in the CIE-Lab color space, it is represented as L: 52.95, a: 33.30, and b: -16.61.

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

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

Analogous Colors of #AB689C

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

Monochromatic Colors of #AB689C

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

Complementary Color of #AB689C

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

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

HTML Examples of #AB689C

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

Related Colors of #AB689C

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