Color: #AA95AB

#AA95AB Color Information

#AA95AB is a light color. The closest websafe version is #AA95AB. A complement of this color would be #96AC95, perceived brightness is 0.62, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 297°,a saturation of 12%, and a lightness of 63%.The HSV representation shows a hue of 297°, a saturation of 13%, and a value of 67%.

In a RGB color space, #AA95AB is composed of 67% red, 58% green and 67% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 13% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 32.96, x: 0.3477, and y: 0.3281.

Color Code #AA95AB

#AA95ABrgb(170, 149, 171)
HEX
#AA95AB
RGB
rgb(170, 149, 171)
HSL
hsl(297, 12%, 63%)
HSV
hsv(297, 13%, 67%)
CMYK
1%, 13%, 0%, 33%
XYZ
X: 34.93, Y: 32.96, Z: 32.56
Lab
L: 64.13, a: 11.05, b: -8.54
Name

Shades of Color #AA95AB

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

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

#AA95ABrgb(170, 149, 171)

About #AA95AB Color Code

In the HSL color space, this color has a hue angle of 297°, a saturation of 12%, and a lightness of 63%. The HSV representation shows a hue of 297°, a saturation of 13%, and a value of 67%.

  • HEX: #AA95AB
  • RGB: rgb(170, 149, 171)
  • HSL: hsl(297, 12%, 63%)
  • HSV: hsv(297, 13%, 67%)
  • CMYK: 100.00% cyan, 13.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 34.93, 32.96, 32.56
  • Yxy: 32.96, 0.3477, 0.3281
  • Hunter Lab: 64.13, 11.05, -8.54
  • CIE-Lab: 64.13, 11.05, -8.54

In the XYZ color space, this color is represented as X: 34.93, Y: 32.96, Z: 32.56. The Yxy representation further refines this as Y: 32.96, x: 0.3477, and y: 0.3281.

In the Hunter Lab color space, this color is represented as L: 64.13, a: 11.05, and b: -8.54. Similarly, in the CIE-Lab color space, it is represented as L: 64.13, a: 11.05, and b: -8.54.

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

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

Analogous Colors of #AA95AB

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

Split Complementary Colors of #AA95AB

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

Tetradic Colors of #AA95AB

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

Monochromatic Colors of #AA95AB

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

Complementary Color of #AA95AB

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

/* Using HEX */
body {
  background-color: #aa95ab;
}
/* Using RGB */
body {
  background-color: rgb(170, 149, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 149, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(297, 12%, 63%);
}
/* Text color */
p {
  color: #aa95ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa95ab;
}
/* Border color */
.box {
  border: 4px solid #aa95ab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa95ab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa95ab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA95AB
On Black Background
#AA95AB
On White Background
#AA95AB

HTML Examples of #AA95AB

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

Related Colors of #AA95AB

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