Color: #AA659F

#AA659F Color Information

#AA659F is a light color. The closest websafe version is #AA659F. A complement of this color would be #64AA70, perceived brightness is 0.50, and the grayscale version is #888888.

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

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

In the Yxy color space, this color is represented as Y: 20.38, x: 0.3693, and y: 0.2737.

Color Code #AA659F

#AA659Frgb(170, 101, 159)
HEX
#AA659F
RGB
rgb(170, 101, 159)
HSL
hsl(310, 29%, 53%)
HSV
hsv(310, 41%, 67%)
CMYK
0%, 41%, 6%, 33%
XYZ
X: 27.50, Y: 20.38, Z: 26.58
Lab
L: 52.26, a: 34.91, b: -19.42
Name

Shades of Color #AA659F

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

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

#AA659Frgb(170, 101, 159)

About #AA659F Color Code

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

  • HEX: #AA659F
  • RGB: rgb(170, 101, 159)
  • HSL: hsl(310, 29%, 53%)
  • HSV: hsv(310, 41%, 67%)
  • CMYK: 0.00% cyan, 41.00% magenta, 6.00% yellow, 33.00% black
  • XYZ: 27.50, 20.38, 26.58
  • Yxy: 20.38, 0.3693, 0.2737
  • Hunter Lab: 52.26, 34.91, -19.42
  • CIE-Lab: 52.26, 34.91, -19.42

In the XYZ color space, this color is represented as X: 27.50, Y: 20.38, Z: 26.58. The Yxy representation further refines this as Y: 20.38, x: 0.3693, and y: 0.2737.

In the Hunter Lab color space, this color is represented as L: 52.26, a: 34.91, and b: -19.42. Similarly, in the CIE-Lab color space, it is represented as L: 52.26, a: 34.91, and b: -19.42.

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

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

Analogous Colors of #AA659F

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

Split Complementary Colors of #AA659F

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

Tetradic Colors of #AA659F

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

Monochromatic Colors of #AA659F

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

Complementary Color of #AA659F

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

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

HTML Examples of #AA659F

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

Related Colors of #AA659F

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