Color: #AA7CCE

#AA7CCE Color Information

#AA7CCE is a light color. The closest websafe version is #AA7CCE. A complement of this color would be #A0CF7D, perceived brightness is 0.58, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 274°,a saturation of 46%, and a lightness of 65%.The HSV representation shows a hue of 274°, a saturation of 40%, and a value of 81%.

In a RGB color space, #AA7CCE is composed of 67% red, 49% green and 81% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 40% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 27.13, x: 0.3164, and y: 0.2516.

Color Code #AA7CCE

#AA7CCErgb(170, 124, 206)
HEX
#AA7CCE
RGB
rgb(170, 124, 206)
HSL
hsl(274, 46%, 65%)
HSV
hsv(274, 40%, 81%)
CMYK
17%, 40%, 0%, 19%
XYZ
X: 34.12, Y: 27.13, Z: 46.60
Lab
L: 59.10, a: 29.96, b: -35.83
Name

Shades of Color #AA7CCE

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

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

#AA7CCErgb(170, 124, 206)

About #AA7CCE Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 46%, and a lightness of 65%. The HSV representation shows a hue of 274°, a saturation of 40%, and a value of 81%.

  • HEX: #AA7CCE
  • RGB: rgb(170, 124, 206)
  • HSL: hsl(274, 46%, 65%)
  • HSV: hsv(274, 40%, 81%)
  • CMYK: 17.00% cyan, 40.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 34.12, 27.13, 46.60
  • Yxy: 27.13, 0.3164, 0.2516
  • Hunter Lab: 59.10, 29.96, -35.83
  • CIE-Lab: 59.10, 29.96, -35.83

In the XYZ color space, this color is represented as X: 34.12, Y: 27.13, Z: 46.60. The Yxy representation further refines this as Y: 27.13, x: 0.3164, and y: 0.2516.

In the Hunter Lab color space, this color is represented as L: 59.10, a: 29.96, and b: -35.83. Similarly, in the CIE-Lab color space, it is represented as L: 59.10, a: 29.96, and b: -35.83.

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

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

Analogous Colors of #AA7CCE

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

Split Complementary Colors of #AA7CCE

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

Tetradic Colors of #AA7CCE

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

Monochromatic Colors of #AA7CCE

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

Complementary Color of #AA7CCE

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

/* Using HEX */
body {
  background-color: #aa7cce;
}
/* Using RGB */
body {
  background-color: rgb(170, 124, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 124, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 46%, 65%);
}
/* Text color */
p {
  color: #aa7cce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa7cce;
}
/* Border color */
.box {
  border: 4px solid #aa7cce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa7cce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa7cce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA7CCE
On Black Background
#AA7CCE
On White Background
#AA7CCE

HTML Examples of #AA7CCE

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

Related Colors of #AA7CCE

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