Color: #AB124C

#AB124C Color Information

#AB124C is a dark color. The closest websafe version is #AB124C. A complement of this color would be #12AB70, perceived brightness is 0.28, and the grayscale version is #5E5E5E.

In the HSL color space, this color has a hue angle of 337°,a saturation of 81%, and a lightness of 37%.The HSV representation shows a hue of 337°, a saturation of 89%, and a value of 67%.

In a RGB color space, #AB124C is composed of 67% red, 7% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 56% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 9.93, x: 0.5476, and y: 0.2858.

Color Code #AB124C

#AB124Crgb(171, 18, 76)
HEX
#AB124C
RGB
rgb(171, 18, 76)
HSL
hsl(337, 81%, 37%)
HSV
hsv(337, 89%, 67%)
CMYK
0%, 89%, 56%, 33%
XYZ
X: 19.03, Y: 9.93, Z: 5.79
Lab
L: 37.72, a: 59.53, b: 10.15
Name

Shades of Color #AB124C

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

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

#AB124Crgb(171, 18, 76)

About #AB124C Color Code

In the HSL color space, this color has a hue angle of 337°, a saturation of 81%, and a lightness of 37%. The HSV representation shows a hue of 337°, a saturation of 89%, and a value of 67%.

  • HEX: #AB124C
  • RGB: rgb(171, 18, 76)
  • HSL: hsl(337, 81%, 37%)
  • HSV: hsv(337, 89%, 67%)
  • CMYK: 0.00% cyan, 89.00% magenta, 56.00% yellow, 33.00% black
  • XYZ: 19.03, 9.93, 5.79
  • Yxy: 9.93, 0.5476, 0.2858
  • Hunter Lab: 37.72, 59.53, 10.15
  • CIE-Lab: 37.72, 59.53, 10.15

In the XYZ color space, this color is represented as X: 19.03, Y: 9.93, Z: 5.79. The Yxy representation further refines this as Y: 9.93, x: 0.5476, and y: 0.2858.

In the Hunter Lab color space, this color is represented as L: 37.72, a: 59.53, and b: 10.15. Similarly, in the CIE-Lab color space, it is represented as L: 37.72, a: 59.53, and b: 10.15.

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

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

Analogous Colors of #AB124C

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

Monochromatic Colors of #AB124C

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

Complementary Color of #AB124C

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

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

HTML Examples of #AB124C

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

Related Colors of #AB124C

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