Color: #AB6EC7

#AB6EC7 Color Information

#AB6EC7 is a light color. The closest websafe version is #AB6EC7. A complement of this color would be #8CC770, perceived brightness is 0.54, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 281°,a saturation of 44%, and a lightness of 61%.The HSV representation shows a hue of 281°, a saturation of 45%, and a value of 78%.

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

In the Yxy color space, this color is represented as Y: 23.70, x: 0.3242, and y: 0.2406.

Color Code #AB6EC7

#AB6EC7rgb(171, 110, 199)
HEX
#AB6EC7
RGB
rgb(171, 110, 199)
HSL
hsl(281, 44%, 61%)
HSV
hsv(281, 45%, 78%)
CMYK
14%, 45%, 0%, 22%
XYZ
X: 31.93, Y: 23.70, Z: 42.87
Lab
L: 55.79, a: 36.51, b: -37.01
Name

Shades of Color #AB6EC7

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

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

#AB6EC7rgb(171, 110, 199)

About #AB6EC7 Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 44%, and a lightness of 61%. The HSV representation shows a hue of 281°, a saturation of 45%, and a value of 78%.

  • HEX: #AB6EC7
  • RGB: rgb(171, 110, 199)
  • HSL: hsl(281, 44%, 61%)
  • HSV: hsv(281, 45%, 78%)
  • CMYK: 14.00% cyan, 45.00% magenta, 0.00% yellow, 22.00% black
  • XYZ: 31.93, 23.70, 42.87
  • Yxy: 23.70, 0.3242, 0.2406
  • Hunter Lab: 55.79, 36.51, -37.01
  • CIE-Lab: 55.79, 36.51, -37.01

In the XYZ color space, this color is represented as X: 31.93, Y: 23.70, Z: 42.87. The Yxy representation further refines this as Y: 23.70, x: 0.3242, and y: 0.2406.

In the Hunter Lab color space, this color is represented as L: 55.79, a: 36.51, and b: -37.01. Similarly, in the CIE-Lab color space, it is represented as L: 55.79, a: 36.51, and b: -37.01.

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

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

Analogous Colors of #AB6EC7

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

Monochromatic Colors of #AB6EC7

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

Complementary Color of #AB6EC7

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

/* Using HEX */
body {
  background-color: #ab6ec7;
}
/* Using RGB */
body {
  background-color: rgb(171, 110, 199);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 110, 199, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 44%, 61%);
}
/* Text color */
p {
  color: #ab6ec7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab6ec7;
}
/* Border color */
.box {
  border: 4px solid #ab6ec7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab6ec7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab6ec7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB6EC7
On Black Background
#AB6EC7
On White Background
#AB6EC7

HTML Examples of #AB6EC7

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

Related Colors of #AB6EC7

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