Color: #AA6DAF

#AA6DAF Color Information

#AA6DAF is a light color. The closest websafe version is #AA6DAF. A complement of this color would be #74AF6E, perceived brightness is 0.53, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 295°,a saturation of 29%, and a lightness of 56%.The HSV representation shows a hue of 295°, a saturation of 38%, and a value of 69%.

In a RGB color space, #AA6DAF is composed of 67% red, 43% green and 69% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 38% magenta, 0% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 22.51, x: 0.3488, and y: 0.2657.

Color Code #AA6DAF

#AA6DAFrgb(170, 109, 175)
HEX
#AA6DAF
RGB
rgb(170, 109, 175)
HSL
hsl(295, 29%, 56%)
HSV
hsv(295, 38%, 69%)
CMYK
3%, 38%, 0%, 31%
XYZ
X: 29.55, Y: 22.51, Z: 32.66
Lab
L: 54.56, a: 32.97, b: -25.19
Name

Shades of Color #AA6DAF

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

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

#AA6DAFrgb(170, 109, 175)

About #AA6DAF Color Code

In the HSL color space, this color has a hue angle of 295°, a saturation of 29%, and a lightness of 56%. The HSV representation shows a hue of 295°, a saturation of 38%, and a value of 69%.

  • HEX: #AA6DAF
  • RGB: rgb(170, 109, 175)
  • HSL: hsl(295, 29%, 56%)
  • HSV: hsv(295, 38%, 69%)
  • CMYK: 3.00% cyan, 38.00% magenta, 0.00% yellow, 31.00% black
  • XYZ: 29.55, 22.51, 32.66
  • Yxy: 22.51, 0.3488, 0.2657
  • Hunter Lab: 54.56, 32.97, -25.19
  • CIE-Lab: 54.56, 32.97, -25.19

In the XYZ color space, this color is represented as X: 29.55, Y: 22.51, Z: 32.66. The Yxy representation further refines this as Y: 22.51, x: 0.3488, and y: 0.2657.

In the Hunter Lab color space, this color is represented as L: 54.56, a: 32.97, and b: -25.19. Similarly, in the CIE-Lab color space, it is represented as L: 54.56, a: 32.97, and b: -25.19.

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

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

Analogous Colors of #AA6DAF

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

Split Complementary Colors of #AA6DAF

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

Tetradic Colors of #AA6DAF

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

Monochromatic Colors of #AA6DAF

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

Complementary Color of #AA6DAF

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

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

HTML Examples of #AA6DAF

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

Related Colors of #AA6DAF

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