Color: #A89EBF

#A89EBF Color Information

#A89EBF is a light color. The closest websafe version is #A89EBF. A complement of this color would be #B4BE9D, perceived brightness is 0.65, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 258°,a saturation of 20%, and a lightness of 68%.The HSV representation shows a hue of 258°, a saturation of 17%, and a value of 75%.

In a RGB color space, #A89EBF is composed of 66% red, 62% green and 75% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 17% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 36.38, x: 0.3274, and y: 0.3159.

Color Code #A89EBF

#A89EBFrgb(168, 158, 191)
HEX
#A89EBF
RGB
rgb(168, 158, 191)
HSL
hsl(258, 20%, 68%)
HSV
hsv(258, 17%, 75%)
CMYK
12%, 17%, 0%, 25%
XYZ
X: 37.70, Y: 36.38, Z: 41.07
Lab
L: 66.81, a: 8.66, b: -15.72
Name

Shades of Color #A89EBF

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

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

#A89EBFrgb(168, 158, 191)

About #A89EBF Color Code

In the HSL color space, this color has a hue angle of 258°, a saturation of 20%, and a lightness of 68%. The HSV representation shows a hue of 258°, a saturation of 17%, and a value of 75%.

  • HEX: #A89EBF
  • RGB: rgb(168, 158, 191)
  • HSL: hsl(258, 20%, 68%)
  • HSV: hsv(258, 17%, 75%)
  • CMYK: 12.00% cyan, 17.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 37.70, 36.38, 41.07
  • Yxy: 36.38, 0.3274, 0.3159
  • Hunter Lab: 66.81, 8.66, -15.72
  • CIE-Lab: 66.81, 8.66, -15.72

In the XYZ color space, this color is represented as X: 37.70, Y: 36.38, Z: 41.07. The Yxy representation further refines this as Y: 36.38, x: 0.3274, and y: 0.3159.

In the Hunter Lab color space, this color is represented as L: 66.81, a: 8.66, and b: -15.72. Similarly, in the CIE-Lab color space, it is represented as L: 66.81, a: 8.66, and b: -15.72.

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

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

Analogous Colors of #A89EBF

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

Monochromatic Colors of #A89EBF

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

Complementary Color of #A89EBF

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

/* Using HEX */
body {
  background-color: #a89ebf;
}
/* Using RGB */
body {
  background-color: rgb(168, 158, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 158, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(258, 20%, 68%);
}
/* Text color */
p {
  color: #a89ebf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a89ebf;
}
/* Border color */
.box {
  border: 4px solid #a89ebf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a89ebf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a89ebf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A89EBF
On Black Background
#A89EBF
On White Background
#A89EBF

HTML Examples of #A89EBF

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

Related Colors of #A89EBF

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