Color: #A9A4BE

#A9A4BE Color Information

#A9A4BE is a light color. The closest websafe version is #A9A4BE. A complement of this color would be #B8BDA3, perceived brightness is 0.66, and the grayscale version is #B1B1B1.

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

In a RGB color space, #A9A4BE is composed of 66% red, 64% green and 75% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 14% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 38.56, x: 0.3289, and y: 0.3255.

Color Code #A9A4BE

#A9A4BErgb(169, 164, 190)
HEX
#A9A4BE
RGB
rgb(169, 164, 190)
HSL
hsl(252, 17%, 69%)
HSV
hsv(252, 14%, 75%)
CMYK
11%, 14%, 0%, 25%
XYZ
X: 38.96, Y: 38.56, Z: 40.93
Lab
L: 68.43, a: 5.72, b: -12.74
Name

Shades of Color #A9A4BE

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

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

#A9A4BErgb(169, 164, 190)

About #A9A4BE Color Code

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

  • HEX: #A9A4BE
  • RGB: rgb(169, 164, 190)
  • HSL: hsl(252, 17%, 69%)
  • HSV: hsv(252, 14%, 75%)
  • CMYK: 11.00% cyan, 14.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 38.96, 38.56, 40.93
  • Yxy: 38.56, 0.3289, 0.3255
  • Hunter Lab: 68.43, 5.72, -12.74
  • CIE-Lab: 68.43, 5.72, -12.74

In the XYZ color space, this color is represented as X: 38.96, Y: 38.56, Z: 40.93. The Yxy representation further refines this as Y: 38.56, x: 0.3289, and y: 0.3255.

In the Hunter Lab color space, this color is represented as L: 68.43, a: 5.72, and b: -12.74. Similarly, in the CIE-Lab color space, it is represented as L: 68.43, a: 5.72, and b: -12.74.

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

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

Analogous Colors of #A9A4BE

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

Monochromatic Colors of #A9A4BE

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

Complementary Color of #A9A4BE

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

/* Using HEX */
body {
  background-color: #a9a4be;
}
/* Using RGB */
body {
  background-color: rgb(169, 164, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(169, 164, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(252, 17%, 69%);
}
/* Text color */
p {
  color: #a9a4be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a9a4be;
}
/* Border color */
.box {
  border: 4px solid #a9a4be;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a9a4be;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a9a4be;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A9A4BE
On Black Background
#A9A4BE
On White Background
#A9A4BE

HTML Examples of #A9A4BE

<!-- Using HEX -->
<div style="background-color: #a9a4be; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(169, 164, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(169, 164, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(252, 17%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a9a4be;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a9a4be; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a9a4be; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a9a4be;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a9a4be; color: #fff; padding: 16px; border-radius: 8px;">
  #A9A4BE
</div>
#A9A4BE
On Black Background
#A9A4BE
On White Background
#A9A4BE

Related Colors of #A9A4BE

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