Color: #A76EBF

#A76EBF Color Information

#A76EBF is a light color. The closest websafe version is #A76EBF. A complement of this color would be #86BF6E, perceived brightness is 0.53, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 282°,a saturation of 39%, and a lightness of 59%.The HSV representation shows a hue of 282°, a saturation of 42%, and a value of 75%.

In a RGB color space, #A76EBF is composed of 65% red, 43% green and 75% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 42% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 22.93, x: 0.3277, and y: 0.2479.

Color Code #A76EBF

#A76EBFrgb(167, 110, 191)
HEX
#A76EBF
RGB
rgb(167, 110, 191)
HSL
hsl(282, 39%, 59%)
HSV
hsv(282, 42%, 75%)
CMYK
13%, 42%, 0%, 25%
XYZ
X: 30.31, Y: 22.93, Z: 39.26
Lab
L: 55.00, a: 33.91, b: -33.71
Name

Shades of Color #A76EBF

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

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

#A76EBFrgb(167, 110, 191)

About #A76EBF Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 39%, and a lightness of 59%. The HSV representation shows a hue of 282°, a saturation of 42%, and a value of 75%.

  • HEX: #A76EBF
  • RGB: rgb(167, 110, 191)
  • HSL: hsl(282, 39%, 59%)
  • HSV: hsv(282, 42%, 75%)
  • CMYK: 13.00% cyan, 42.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 30.31, 22.93, 39.26
  • Yxy: 22.93, 0.3277, 0.2479
  • Hunter Lab: 55.00, 33.91, -33.71
  • CIE-Lab: 55.00, 33.91, -33.71

In the XYZ color space, this color is represented as X: 30.31, Y: 22.93, Z: 39.26. The Yxy representation further refines this as Y: 22.93, x: 0.3277, and y: 0.2479.

In the Hunter Lab color space, this color is represented as L: 55.00, a: 33.91, and b: -33.71. Similarly, in the CIE-Lab color space, it is represented as L: 55.00, a: 33.91, and b: -33.71.

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

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

Analogous Colors of #A76EBF

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

Split Complementary Colors of #A76EBF

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

Tetradic Colors of #A76EBF

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

Monochromatic Colors of #A76EBF

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

Complementary Color of #A76EBF

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

/* Using HEX */
body {
  background-color: #a76ebf;
}
/* Using RGB */
body {
  background-color: rgb(167, 110, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 110, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 39%, 59%);
}
/* Text color */
p {
  color: #a76ebf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a76ebf;
}
/* Border color */
.box {
  border: 4px solid #a76ebf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a76ebf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a76ebf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A76EBF
On Black Background
#A76EBF
On White Background
#A76EBF

HTML Examples of #A76EBF

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

Related Colors of #A76EBF

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