Color: #AA7FCA

#AA7FCA Color Information

#AA7FCA is a light color. The closest websafe version is #AA7FCA. A complement of this color would be #A1CA81, 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 41%, and a lightness of 65%.The HSV representation shows a hue of 274°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AA7FCA is composed of 67% red, 50% green and 79% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 37% magenta, 0% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 27.74, x: 0.3201, and y: 0.2600.

Color Code #AA7FCA

HEX
#AA7FCA
RGB
rgb(170, 127, 202)
HSL
hsl(274, 41%, 65%)
HSV
hsv(274, 37%, 79%)
CMYK
16%, 37%, 0%, 21%
XYZ
X: 34.15, Y: 27.74, Z: 44.80
Lab
L: 59.65, a: 27.68, b: -32.72
Name

Shades of Color #AA7FCA

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

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

About #AA7FCA Color Code

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

  • HEX: #AA7FCA
  • RGB: rgb(170, 127, 202)
  • HSL: hsl(274, 41%, 65%)
  • HSV: hsv(274, 37%, 79%)
  • CMYK: 16.00% cyan, 37.00% magenta, 0.00% yellow, 21.00% black
  • XYZ: 34.15, 27.74, 44.80
  • Yxy: 27.74, 0.3201, 0.2600
  • Hunter Lab: 59.65, 27.68, -32.72
  • CIE-Lab: 59.65, 27.68, -32.72

In the XYZ color space, this color is represented as X: 34.15, Y: 27.74, Z: 44.80. The Yxy representation further refines this as Y: 27.74, x: 0.3201, and y: 0.2600.

In the Hunter Lab color space, this color is represented as L: 59.65, a: 27.68, and b: -32.72. Similarly, in the CIE-Lab color space, it is represented as L: 59.65, a: 27.68, and b: -32.72.

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

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

Analogous Colors of #AA7FCA

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

Monochromatic Colors of #AA7FCA

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

Complementary Color of #AA7FCA

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

/* Using HEX */
body {
  background-color: #aa7fca;
}
/* Using RGB */
body {
  background-color: rgb(170, 127, 202);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 127, 202, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 41%, 65%);
}
/* Text color */
p {
  color: #aa7fca;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa7fca;
}

HTML Examples of #AA7FCA

<!-- Using HEX -->
<div style="background-color: #aa7fca; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 127, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 127, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(274, 41%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aa7fca;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aa7fca; width: 100px; height: 100px;"></div>

Related Colors of #AA7FCA

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