Color: #AAA1DE

#AAA1DE Color Information

#AAA1DE is a light color. The closest websafe version is #AAA1DE. A complement of this color would be #D5DEA1, perceived brightness is 0.67, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 249°,a saturation of 48%, and a lightness of 75%.The HSV representation shows a hue of 249°, a saturation of 27%, and a value of 87%.

In a RGB color space, #AAA1DE is composed of 67% red, 63% green and 87% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 27% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 38.92, x: 0.3048, and y: 0.2845.

Color Code #AAA1DE

#AAA1DErgb(170, 161, 222)
HEX
#AAA1DE
RGB
rgb(170, 161, 222)
HSL
hsl(249, 48%, 75%)
HSV
hsv(249, 27%, 87%)
CMYK
23%, 27%, 0%, 13%
XYZ
X: 41.70, Y: 38.92, Z: 56.19
Lab
L: 68.69, a: 13.07, b: -29.93
Name

Shades of Color #AAA1DE

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

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

#AAA1DErgb(170, 161, 222)

About #AAA1DE Color Code

In the HSL color space, this color has a hue angle of 249°, a saturation of 48%, and a lightness of 75%. The HSV representation shows a hue of 249°, a saturation of 27%, and a value of 87%.

  • HEX: #AAA1DE
  • RGB: rgb(170, 161, 222)
  • HSL: hsl(249, 48%, 75%)
  • HSV: hsv(249, 27%, 87%)
  • CMYK: 23.00% cyan, 27.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 41.70, 38.92, 56.19
  • Yxy: 38.92, 0.3048, 0.2845
  • Hunter Lab: 68.69, 13.07, -29.93
  • CIE-Lab: 68.69, 13.07, -29.93

In the XYZ color space, this color is represented as X: 41.70, Y: 38.92, Z: 56.19. The Yxy representation further refines this as Y: 38.92, x: 0.3048, and y: 0.2845.

In the Hunter Lab color space, this color is represented as L: 68.69, a: 13.07, and b: -29.93. Similarly, in the CIE-Lab color space, it is represented as L: 68.69, a: 13.07, and b: -29.93.

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

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

Analogous Colors of #AAA1DE

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

Split Complementary Colors of #AAA1DE

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

Tetradic Colors of #AAA1DE

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

Monochromatic Colors of #AAA1DE

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

Complementary Color of #AAA1DE

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

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

HTML Examples of #AAA1DE

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

Related Colors of #AAA1DE

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