Color: #AA9DFB

#AA9DFB Color Information

#AA9DFB is a light color. The closest websafe version is #AA9DFB. A complement of this color would be #EEFB9D, perceived brightness is 0.67, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 248°,a saturation of 92%, and a lightness of 80%.The HSV representation shows a hue of 248°, a saturation of 37%, and a value of 98%.

In a RGB color space, #AA9DFB is composed of 67% red, 62% green and 98% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 37% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 38.96, x: 0.2840, and y: 0.2497.

Color Code #AA9DFB

#AA9DFBrgb(170, 157, 251)
HEX
#AA9DFB
RGB
rgb(170, 157, 251)
HSL
hsl(248, 92%, 80%)
HSV
hsv(248, 37%, 98%)
CMYK
32%, 37%, 0%, 2%
XYZ
X: 44.31, Y: 38.96, Z: 72.73
Lab
L: 68.72, a: 20.67, b: -45.68
Name

Shades of Color #AA9DFB

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

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

#AA9DFBrgb(170, 157, 251)

About #AA9DFB Color Code

In the HSL color space, this color has a hue angle of 248°, a saturation of 92%, and a lightness of 80%. The HSV representation shows a hue of 248°, a saturation of 37%, and a value of 98%.

  • HEX: #AA9DFB
  • RGB: rgb(170, 157, 251)
  • HSL: hsl(248, 92%, 80%)
  • HSV: hsv(248, 37%, 98%)
  • CMYK: 32.00% cyan, 37.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 44.31, 38.96, 72.73
  • Yxy: 38.96, 0.2840, 0.2497
  • Hunter Lab: 68.72, 20.67, -45.68
  • CIE-Lab: 68.72, 20.67, -45.68

In the XYZ color space, this color is represented as X: 44.31, Y: 38.96, Z: 72.73. The Yxy representation further refines this as Y: 38.96, x: 0.2840, and y: 0.2497.

In the Hunter Lab color space, this color is represented as L: 68.72, a: 20.67, and b: -45.68. Similarly, in the CIE-Lab color space, it is represented as L: 68.72, a: 20.67, and b: -45.68.

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

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

Analogous Colors of #AA9DFB

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

Split Complementary Colors of #AA9DFB

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

Tetradic Colors of #AA9DFB

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

Monochromatic Colors of #AA9DFB

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

Complementary Color of #AA9DFB

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

/* Using HEX */
body {
  background-color: #aa9dfb;
}
/* Using RGB */
body {
  background-color: rgb(170, 157, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 157, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(248, 92%, 80%);
}
/* Text color */
p {
  color: #aa9dfb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa9dfb;
}
/* Border color */
.box {
  border: 4px solid #aa9dfb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa9dfb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa9dfb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA9DFB
On Black Background
#AA9DFB
On White Background
#AA9DFB

HTML Examples of #AA9DFB

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

Related Colors of #AA9DFB

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