Color: #AA76EF

#AA76EF Color Information

#AA76EF is a light color. The closest websafe version is #AA76EF. A complement of this color would be #BBEF76, perceived brightness is 0.58, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 266°,a saturation of 79%, and a lightness of 70%.The HSV representation shows a hue of 266°, a saturation of 51%, and a value of 94%.

In a RGB color space, #AA76EF is composed of 67% red, 46% green and 94% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 51% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 27.16, x: 0.2880, and y: 0.2122.

Color Code #AA76EF

#AA76EFrgb(170, 118, 239)
HEX
#AA76EF
RGB
rgb(170, 118, 239)
HSL
hsl(266, 79%, 70%)
HSV
hsv(266, 51%, 94%)
CMYK
29%, 51%, 0%, 6%
XYZ
X: 36.86, Y: 27.16, Z: 63.96
Lab
L: 59.13, a: 39.05, b: -54.19
Name

Shades of Color #AA76EF

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

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

#AA76EFrgb(170, 118, 239)

About #AA76EF Color Code

In the HSL color space, this color has a hue angle of 266°, a saturation of 79%, and a lightness of 70%. The HSV representation shows a hue of 266°, a saturation of 51%, and a value of 94%.

  • HEX: #AA76EF
  • RGB: rgb(170, 118, 239)
  • HSL: hsl(266, 79%, 70%)
  • HSV: hsv(266, 51%, 94%)
  • CMYK: 29.00% cyan, 51.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 36.86, 27.16, 63.96
  • Yxy: 27.16, 0.2880, 0.2122
  • Hunter Lab: 59.13, 39.05, -54.19
  • CIE-Lab: 59.13, 39.05, -54.19

In the XYZ color space, this color is represented as X: 36.86, Y: 27.16, Z: 63.96. The Yxy representation further refines this as Y: 27.16, x: 0.2880, and y: 0.2122.

In the Hunter Lab color space, this color is represented as L: 59.13, a: 39.05, and b: -54.19. Similarly, in the CIE-Lab color space, it is represented as L: 59.13, a: 39.05, and b: -54.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 #AA76EF

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

Analogous Colors of #AA76EF

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

Monochromatic Colors of #AA76EF

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

Complementary Color of #AA76EF

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

/* Using HEX */
body {
  background-color: #aa76ef;
}
/* Using RGB */
body {
  background-color: rgb(170, 118, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 118, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(266, 79%, 70%);
}
/* Text color */
p {
  color: #aa76ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa76ef;
}
/* Border color */
.box {
  border: 4px solid #aa76ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa76ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa76ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA76EF
On Black Background
#AA76EF
On White Background
#AA76EF

HTML Examples of #AA76EF

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

Related Colors of #AA76EF

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