Color: #AB036D

#AB036D Color Information

#AB036D is a dark color. The closest websafe version is #AB036D. A complement of this color would be #03AB40, perceived brightness is 0.26, and the grayscale version is #575757.

In the HSL color space, this color has a hue angle of 322°,a saturation of 97%, and a lightness of 34%.The HSV representation shows a hue of 322°, a saturation of 98%, and a value of 67%.

In a RGB color space, #AB036D is composed of 67% red, 1% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 36% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 10.05, x: 0.4811, and y: 0.2420.

Color Code #AB036D

#AB036Drgb(171, 3, 109)
HEX
#AB036D
RGB
rgb(171, 3, 109)
HSL
hsl(322, 97%, 34%)
HSV
hsv(322, 98%, 67%)
CMYK
0%, 98%, 36%, 33%
XYZ
X: 19.98, Y: 10.05, Z: 11.50
Lab
L: 37.94, a: 63.39, b: -10.69
Name

Shades of Color #AB036D

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

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

#AB036Drgb(171, 3, 109)

About #AB036D Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 97%, and a lightness of 34%. The HSV representation shows a hue of 322°, a saturation of 98%, and a value of 67%.

  • HEX: #AB036D
  • RGB: rgb(171, 3, 109)
  • HSL: hsl(322, 97%, 34%)
  • HSV: hsv(322, 98%, 67%)
  • CMYK: 0.00% cyan, 98.00% magenta, 36.00% yellow, 33.00% black
  • XYZ: 19.98, 10.05, 11.50
  • Yxy: 10.05, 0.4811, 0.2420
  • Hunter Lab: 37.94, 63.39, -10.69
  • CIE-Lab: 37.94, 63.39, -10.69

In the XYZ color space, this color is represented as X: 19.98, Y: 10.05, Z: 11.50. The Yxy representation further refines this as Y: 10.05, x: 0.4811, and y: 0.2420.

In the Hunter Lab color space, this color is represented as L: 37.94, a: 63.39, and b: -10.69. Similarly, in the CIE-Lab color space, it is represented as L: 37.94, a: 63.39, and b: -10.69.

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

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

Analogous Colors of #AB036D

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

Split Complementary Colors of #AB036D

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

Tetradic Colors of #AB036D

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

Monochromatic Colors of #AB036D

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

Complementary Color of #AB036D

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

/* Using HEX */
body {
  background-color: #ab036d;
}
/* Using RGB */
body {
  background-color: rgb(171, 3, 109);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 3, 109, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 97%, 34%);
}
/* Text color */
p {
  color: #ab036d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab036d;
}
/* Border color */
.box {
  border: 4px solid #ab036d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab036d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab036d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB036D
On Black Background
#AB036D
On White Background
#AB036D

HTML Examples of #AB036D

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

Related Colors of #AB036D

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