Color: #AAB3FD

#AAB3FD Color Information

#AAB3FD is a light color. The closest websafe version is #AAB3FD. A complement of this color would be #FDF3AA, perceived brightness is 0.72, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 233°,a saturation of 95%, and a lightness of 83%.The HSV representation shows a hue of 233°, a saturation of 33%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 47.21, x: 0.2858, and y: 0.2757.

Color Code #AAB3FD

#AAB3FDrgb(170, 179, 253)
HEX
#AAB3FD
RGB
rgb(170, 179, 253)
HSL
hsl(233, 95%, 83%)
HSV
hsv(233, 33%, 99%)
CMYK
33%, 29%, 0%, 1%
XYZ
X: 48.94, Y: 47.21, Z: 75.09
Lab
L: 74.33, a: 9.51, b: -38.07
Name

Shades of Color #AAB3FD

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

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

#AAB3FDrgb(170, 179, 253)

About #AAB3FD Color Code

In the HSL color space, this color has a hue angle of 233°, a saturation of 95%, and a lightness of 83%. The HSV representation shows a hue of 233°, a saturation of 33%, and a value of 99%.

  • HEX: #AAB3FD
  • RGB: rgb(170, 179, 253)
  • HSL: hsl(233, 95%, 83%)
  • HSV: hsv(233, 33%, 99%)
  • CMYK: 33.00% cyan, 29.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 48.94, 47.21, 75.09
  • Yxy: 47.21, 0.2858, 0.2757
  • Hunter Lab: 74.33, 9.51, -38.07
  • CIE-Lab: 74.33, 9.51, -38.07

In the XYZ color space, this color is represented as X: 48.94, Y: 47.21, Z: 75.09. The Yxy representation further refines this as Y: 47.21, x: 0.2858, and y: 0.2757.

In the Hunter Lab color space, this color is represented as L: 74.33, a: 9.51, and b: -38.07. Similarly, in the CIE-Lab color space, it is represented as L: 74.33, a: 9.51, and b: -38.07.

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

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

Analogous Colors of #AAB3FD

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

Split Complementary Colors of #AAB3FD

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

Tetradic Colors of #AAB3FD

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

Monochromatic Colors of #AAB3FD

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

Complementary Color of #AAB3FD

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

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

HTML Examples of #AAB3FD

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

Related Colors of #AAB3FD

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