Color: #AA91FD

#AA91FD Color Information

#AA91FD is a light color. The closest websafe version is #AA91FD. A complement of this color would be #E4FD91, perceived brightness is 0.65, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 254°,a saturation of 96%, and a lightness of 78%.The HSV representation shows a hue of 254°, a saturation of 43%, and a value of 99%.

In a RGB color space, #AA91FD is composed of 67% red, 57% green and 99% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 43% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 35.20, x: 0.2811, and y: 0.2329.

Color Code #AA91FD

#AA91FDrgb(170, 145, 253)
HEX
#AA91FD
RGB
rgb(170, 145, 253)
HSL
hsl(254, 96%, 78%)
HSV
hsv(254, 43%, 99%)
CMYK
33%, 43%, 0%, 1%
XYZ
X: 42.49, Y: 35.20, Z: 73.46
Lab
L: 65.90, a: 27.45, b: -51.18
Name

Shades of Color #AA91FD

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

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

#AA91FDrgb(170, 145, 253)

About #AA91FD Color Code

In the HSL color space, this color has a hue angle of 254°, a saturation of 96%, and a lightness of 78%. The HSV representation shows a hue of 254°, a saturation of 43%, and a value of 99%.

  • HEX: #AA91FD
  • RGB: rgb(170, 145, 253)
  • HSL: hsl(254, 96%, 78%)
  • HSV: hsv(254, 43%, 99%)
  • CMYK: 33.00% cyan, 43.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 42.49, 35.20, 73.46
  • Yxy: 35.20, 0.2811, 0.2329
  • Hunter Lab: 65.90, 27.45, -51.18
  • CIE-Lab: 65.90, 27.45, -51.18

In the XYZ color space, this color is represented as X: 42.49, Y: 35.20, Z: 73.46. The Yxy representation further refines this as Y: 35.20, x: 0.2811, and y: 0.2329.

In the Hunter Lab color space, this color is represented as L: 65.90, a: 27.45, and b: -51.18. Similarly, in the CIE-Lab color space, it is represented as L: 65.90, a: 27.45, and b: -51.18.

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

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

Analogous Colors of #AA91FD

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

Split Complementary Colors of #AA91FD

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

Tetradic Colors of #AA91FD

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

Monochromatic Colors of #AA91FD

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

Complementary Color of #AA91FD

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

/* Using HEX */
body {
  background-color: #aa91fd;
}
/* Using RGB */
body {
  background-color: rgb(170, 145, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 145, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(254, 96%, 78%);
}
/* Text color */
p {
  color: #aa91fd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa91fd;
}
/* Border color */
.box {
  border: 4px solid #aa91fd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa91fd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa91fd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA91FD
On Black Background
#AA91FD
On White Background
#AA91FD

HTML Examples of #AA91FD

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

Related Colors of #AA91FD

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