Color: #AB598C

#AB598C Color Information

#AB598C is a dark color. The closest websafe version is #AB598C. A complement of this color would be #59AB78, perceived brightness is 0.47, and the grayscale version is #828282.

In the HSL color space, this color has a hue angle of 323°,a saturation of 33%, and a lightness of 51%.The HSV representation shows a hue of 323°, a saturation of 48%, and a value of 67%.

In a RGB color space, #AB598C is composed of 67% red, 35% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 18% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 17.81, x: 0.3997, and y: 0.2807.

Color Code #AB598C

#AB598Crgb(171, 89, 140)
HEX
#AB598C
RGB
rgb(171, 89, 140)
HSL
hsl(323, 33%, 51%)
HSV
hsv(323, 48%, 67%)
CMYK
0%, 48%, 18%, 33%
XYZ
X: 25.36, Y: 17.81, Z: 20.27
Lab
L: 49.27, a: 39.02, b: -12.72
Name

Shades of Color #AB598C

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

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

#AB598Crgb(171, 89, 140)

About #AB598C Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 33%, and a lightness of 51%. The HSV representation shows a hue of 323°, a saturation of 48%, and a value of 67%.

  • HEX: #AB598C
  • RGB: rgb(171, 89, 140)
  • HSL: hsl(323, 33%, 51%)
  • HSV: hsv(323, 48%, 67%)
  • CMYK: 0.00% cyan, 48.00% magenta, 18.00% yellow, 33.00% black
  • XYZ: 25.36, 17.81, 20.27
  • Yxy: 17.81, 0.3997, 0.2807
  • Hunter Lab: 49.27, 39.02, -12.72
  • CIE-Lab: 49.27, 39.02, -12.72

In the XYZ color space, this color is represented as X: 25.36, Y: 17.81, Z: 20.27. The Yxy representation further refines this as Y: 17.81, x: 0.3997, and y: 0.2807.

In the Hunter Lab color space, this color is represented as L: 49.27, a: 39.02, and b: -12.72. Similarly, in the CIE-Lab color space, it is represented as L: 49.27, a: 39.02, and b: -12.72.

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

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

Analogous Colors of #AB598C

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

Split Complementary Colors of #AB598C

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

Tetradic Colors of #AB598C

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

Monochromatic Colors of #AB598C

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

Complementary Color of #AB598C

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

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

HTML Examples of #AB598C

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

Related Colors of #AB598C

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