Color: #AA57C0

#AA57C0 Color Information

#AA57C0 is a dark color. The closest websafe version is #AA57C0. A complement of this color would be #6FC059, perceived brightness is 0.49, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 287°,a saturation of 45%, and a lightness of 55%.The HSV representation shows a hue of 287°, a saturation of 55%, and a value of 75%.

In a RGB color space, #AA57C0 is composed of 67% red, 34% green and 75% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 55% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 18.97, x: 0.3310, and y: 0.2184.

Color Code #AA57C0

#AA57C0rgb(170, 87, 192)
HEX
#AA57C0
RGB
rgb(170, 87, 192)
HSL
hsl(287, 45%, 55%)
HSV
hsv(287, 55%, 75%)
CMYK
11%, 55%, 0%, 25%
XYZ
X: 28.74, Y: 18.97, Z: 39.13
Lab
L: 50.65, a: 46.70, b: -41.04
Name

Shades of Color #AA57C0

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

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

#AA57C0rgb(170, 87, 192)

About #AA57C0 Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 45%, and a lightness of 55%. The HSV representation shows a hue of 287°, a saturation of 55%, and a value of 75%.

  • HEX: #AA57C0
  • RGB: rgb(170, 87, 192)
  • HSL: hsl(287, 45%, 55%)
  • HSV: hsv(287, 55%, 75%)
  • CMYK: 11.00% cyan, 55.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 28.74, 18.97, 39.13
  • Yxy: 18.97, 0.3310, 0.2184
  • Hunter Lab: 50.65, 46.70, -41.04
  • CIE-Lab: 50.65, 46.70, -41.04

In the XYZ color space, this color is represented as X: 28.74, Y: 18.97, Z: 39.13. The Yxy representation further refines this as Y: 18.97, x: 0.3310, and y: 0.2184.

In the Hunter Lab color space, this color is represented as L: 50.65, a: 46.70, and b: -41.04. Similarly, in the CIE-Lab color space, it is represented as L: 50.65, a: 46.70, and b: -41.04.

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

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

Analogous Colors of #AA57C0

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

Split Complementary Colors of #AA57C0

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

Tetradic Colors of #AA57C0

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

Monochromatic Colors of #AA57C0

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

Complementary Color of #AA57C0

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

/* Using HEX */
body {
  background-color: #aa57c0;
}
/* Using RGB */
body {
  background-color: rgb(170, 87, 192);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 87, 192, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 45%, 55%);
}
/* Text color */
p {
  color: #aa57c0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa57c0;
}
/* Border color */
.box {
  border: 4px solid #aa57c0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa57c0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa57c0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA57C0
On Black Background
#AA57C0
On White Background
#AA57C0

HTML Examples of #AA57C0

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

Related Colors of #AA57C0

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