Color: #AB1DE7

#AB1DE7 Color Information

#AB1DE7 is a dark color. The closest websafe version is #AB1DE7. A complement of this color would be #5AE71D, perceived brightness is 0.37, and the grayscale version is #828282.

In the HSL color space, this color has a hue angle of 282°,a saturation of 81%, and a lightness of 51%.The HSV representation shows a hue of 282°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AB1DE7 is composed of 67% red, 11% green and 91% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 87% magenta, 0% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 14.79, x: 0.2903, and y: 0.1447.

Color Code #AB1DE7

HEX
#AB1DE7
RGB
rgb(171, 29, 231)
HSL
hsl(282, 81%, 51%)
HSV
hsv(282, 87%, 91%)
CMYK
26%, 87%, 0%, 9%
XYZ
X: 29.67, Y: 14.79, Z: 57.76
Lab
L: 45.34, a: 73.15, b: -71.81
Name

Shades of Color #AB1DE7

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

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

About #AB1DE7 Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 81%, and a lightness of 51%. The HSV representation shows a hue of 282°, a saturation of 87%, and a value of 91%.

  • HEX: #AB1DE7
  • RGB: rgb(171, 29, 231)
  • HSL: hsl(282, 81%, 51%)
  • HSV: hsv(282, 87%, 91%)
  • CMYK: 26.00% cyan, 87.00% magenta, 0.00% yellow, 9.00% black
  • XYZ: 29.67, 14.79, 57.76
  • Yxy: 14.79, 0.2903, 0.1447
  • Hunter Lab: 45.34, 73.15, -71.81
  • CIE-Lab: 45.34, 73.15, -71.81

In the XYZ color space, this color is represented as X: 29.67, Y: 14.79, Z: 57.76. The Yxy representation further refines this as Y: 14.79, x: 0.2903, and y: 0.1447.

In the Hunter Lab color space, this color is represented as L: 45.34, a: 73.15, and b: -71.81. Similarly, in the CIE-Lab color space, it is represented as L: 45.34, a: 73.15, and b: -71.81.

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

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

Analogous Colors of #AB1DE7

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

Monochromatic Colors of #AB1DE7

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

Complementary Color of #AB1DE7

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

/* Using HEX */
body {
  background-color: #ab1de7;
}
/* Using RGB */
body {
  background-color: rgb(171, 29, 231);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 29, 231, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 81%, 51%);
}
/* Text color */
p {
  color: #ab1de7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab1de7;
}

HTML Examples of #AB1DE7

<!-- Using HEX -->
<div style="background-color: #ab1de7; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 29, 231); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 29, 231, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(282, 81%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ab1de7;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ab1de7; width: 100px; height: 100px;"></div>

Related Colors of #AB1DE7

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