Color: #AB8BE3

#AB8BE3 Color Information

#AB8BE3 is a light color. The closest websafe version is #AB8BE3. A complement of this color would be #C3E38C, perceived brightness is 0.62, and the grayscale version is #B7B7B7.

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

In a RGB color space, #AB8BE3 is composed of 67% red, 55% green and 89% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 39% magenta, 0% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 32.23, x: 0.3003, and y: 0.2501.

Color Code #AB8BE3

HEX
#AB8BE3
RGB
rgb(171, 139, 227)
HSL
hsl(262, 61%, 72%)
HSV
hsv(262, 39%, 89%)
CMYK
25%, 39%, 0%, 11%
XYZ
X: 38.69, Y: 32.23, Z: 57.93
Lab
L: 63.53, a: 25.99, b: -40.63
Name

Shades of Color #AB8BE3

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

Tints are created by lightening the original color #AB8BE3 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 #AB8BE3 Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 61%, and a lightness of 72%. The HSV representation shows a hue of 262°, a saturation of 39%, and a value of 89%.

  • HEX: #AB8BE3
  • RGB: rgb(171, 139, 227)
  • HSL: hsl(262, 61%, 72%)
  • HSV: hsv(262, 39%, 89%)
  • CMYK: 25.00% cyan, 39.00% magenta, 0.00% yellow, 11.00% black
  • XYZ: 38.69, 32.23, 57.93
  • Yxy: 32.23, 0.3003, 0.2501
  • Hunter Lab: 63.53, 25.99, -40.63
  • CIE-Lab: 63.53, 25.99, -40.63

In the XYZ color space, this color is represented as X: 38.69, Y: 32.23, Z: 57.93. The Yxy representation further refines this as Y: 32.23, x: 0.3003, and y: 0.2501.

In the Hunter Lab color space, this color is represented as L: 63.53, a: 25.99, and b: -40.63. Similarly, in the CIE-Lab color space, it is represented as L: 63.53, a: 25.99, and b: -40.63.

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

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

Analogous Colors of #AB8BE3

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

Monochromatic Colors of #AB8BE3

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

Complementary Color of #AB8BE3

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

/* Using HEX */
body {
  background-color: #ab8be3;
}
/* Using RGB */
body {
  background-color: rgb(171, 139, 227);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 139, 227, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(262, 61%, 72%);
}
/* Text color */
p {
  color: #ab8be3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab8be3;
}

HTML Examples of #AB8BE3

<!-- Using HEX -->
<div style="background-color: #ab8be3; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 139, 227); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 139, 227, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(262, 61%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ab8be3;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ab8be3; width: 100px; height: 100px;"></div>

Related Colors of #AB8BE3

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