Color: #AA67AB

#AA67AB Color Information

#AA67AB is a light color. The closest websafe version is #AA67AB. A complement of this color would be #69AC68, perceived brightness is 0.51, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 299°,a saturation of 29%, and a lightness of 54%.The HSV representation shows a hue of 299°, a saturation of 40%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 21.14, x: 0.3542, and y: 0.2620.

Color Code #AA67AB

#AA67ABrgb(170, 103, 171)
HEX
#AA67AB
RGB
rgb(170, 103, 171)
HSL
hsl(299, 29%, 54%)
HSV
hsv(299, 40%, 67%)
CMYK
1%, 40%, 0%, 33%
XYZ
X: 28.58, Y: 21.14, Z: 30.96
Lab
L: 53.10, a: 35.53, b: -25.11
Name

Shades of Color #AA67AB

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

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

#AA67ABrgb(170, 103, 171)

About #AA67AB Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 29%, and a lightness of 54%. The HSV representation shows a hue of 299°, a saturation of 40%, and a value of 67%.

  • HEX: #AA67AB
  • RGB: rgb(170, 103, 171)
  • HSL: hsl(299, 29%, 54%)
  • HSV: hsv(299, 40%, 67%)
  • CMYK: 100.00% cyan, 40.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 28.58, 21.14, 30.96
  • Yxy: 21.14, 0.3542, 0.2620
  • Hunter Lab: 53.10, 35.53, -25.11
  • CIE-Lab: 53.10, 35.53, -25.11

In the XYZ color space, this color is represented as X: 28.58, Y: 21.14, Z: 30.96. The Yxy representation further refines this as Y: 21.14, x: 0.3542, and y: 0.2620.

In the Hunter Lab color space, this color is represented as L: 53.10, a: 35.53, and b: -25.11. Similarly, in the CIE-Lab color space, it is represented as L: 53.10, a: 35.53, and b: -25.11.

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

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

Analogous Colors of #AA67AB

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

Split Complementary Colors of #AA67AB

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

Tetradic Colors of #AA67AB

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

Monochromatic Colors of #AA67AB

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

Complementary Color of #AA67AB

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

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

HTML Examples of #AA67AB

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

Related Colors of #AA67AB

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