Color: #AB7EDC

#AB7EDC Color Information

#AB7EDC is a light color. The closest websafe version is #AB7EDC. A complement of this color would be #AFDC7F, perceived brightness is 0.59, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 269°,a saturation of 57%, and a lightness of 68%.The HSV representation shows a hue of 269°, a saturation of 43%, and a value of 86%.

In a RGB color space, #AB7EDC is composed of 67% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 43% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 28.36, x: 0.3051, and y: 0.2401.

Color Code #AB7EDC

#AB7EDCrgb(171, 126, 220)
HEX
#AB7EDC
RGB
rgb(171, 126, 220)
HSL
hsl(269, 57%, 68%)
HSV
hsv(269, 43%, 86%)
CMYK
22%, 43%, 0%, 14%
XYZ
X: 36.03, Y: 28.36, Z: 53.71
Lab
L: 60.21, a: 31.66, b: -41.93
Name

Shades of Color #AB7EDC

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

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

#AB7EDCrgb(171, 126, 220)

About #AB7EDC Color Code

In the HSL color space, this color has a hue angle of 269°, a saturation of 57%, and a lightness of 68%. The HSV representation shows a hue of 269°, a saturation of 43%, and a value of 86%.

  • HEX: #AB7EDC
  • RGB: rgb(171, 126, 220)
  • HSL: hsl(269, 57%, 68%)
  • HSV: hsv(269, 43%, 86%)
  • CMYK: 22.00% cyan, 43.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 36.03, 28.36, 53.71
  • Yxy: 28.36, 0.3051, 0.2401
  • Hunter Lab: 60.21, 31.66, -41.93
  • CIE-Lab: 60.21, 31.66, -41.93

In the XYZ color space, this color is represented as X: 36.03, Y: 28.36, Z: 53.71. The Yxy representation further refines this as Y: 28.36, x: 0.3051, and y: 0.2401.

In the Hunter Lab color space, this color is represented as L: 60.21, a: 31.66, and b: -41.93. Similarly, in the CIE-Lab color space, it is represented as L: 60.21, a: 31.66, and b: -41.93.

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

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

Analogous Colors of #AB7EDC

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

Split Complementary Colors of #AB7EDC

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

Tetradic Colors of #AB7EDC

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

Monochromatic Colors of #AB7EDC

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

Complementary Color of #AB7EDC

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

/* Using HEX */
body {
  background-color: #ab7edc;
}
/* Using RGB */
body {
  background-color: rgb(171, 126, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 126, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(269, 57%, 68%);
}
/* Text color */
p {
  color: #ab7edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab7edc;
}
/* Border color */
.box {
  border: 4px solid #ab7edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab7edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab7edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB7EDC
On Black Background
#AB7EDC
On White Background
#AB7EDC

HTML Examples of #AB7EDC

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

Related Colors of #AB7EDC

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