Color: #ADAAFD

#ADAAFD Color Information

#ADAAFD is a light color. The closest websafe version is #ADAAFD. A complement of this color would be #FAFDAA, perceived brightness is 0.71, and the grayscale version is #D3D3D3.

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

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

In the Yxy color space, this color is represented as Y: 44.07, x: 0.2869, and y: 0.2647.

Color Code #ADAAFD

#ADAAFDrgb(173, 170, 253)
HEX
#ADAAFD
RGB
rgb(173, 170, 253)
HSL
hsl(242, 95%, 83%)
HSV
hsv(242, 33%, 99%)
CMYK
32%, 33%, 0%, 1%
XYZ
X: 47.76, Y: 44.07, Z: 74.64
Lab
L: 72.27, a: 15.10, b: -41.22
Name

Shades of Color #ADAAFD

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

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

#ADAAFDrgb(173, 170, 253)

About #ADAAFD Color Code

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

  • HEX: #ADAAFD
  • RGB: rgb(173, 170, 253)
  • HSL: hsl(242, 95%, 83%)
  • HSV: hsv(242, 33%, 99%)
  • CMYK: 32.00% cyan, 33.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 47.76, 44.07, 74.64
  • Yxy: 44.07, 0.2869, 0.2647
  • Hunter Lab: 72.27, 15.10, -41.22
  • CIE-Lab: 72.27, 15.10, -41.22

In the XYZ color space, this color is represented as X: 47.76, Y: 44.07, Z: 74.64. The Yxy representation further refines this as Y: 44.07, x: 0.2869, and y: 0.2647.

In the Hunter Lab color space, this color is represented as L: 72.27, a: 15.10, and b: -41.22. Similarly, in the CIE-Lab color space, it is represented as L: 72.27, a: 15.10, and b: -41.22.

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

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

Analogous Colors of #ADAAFD

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

Split Complementary Colors of #ADAAFD

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

Tetradic Colors of #ADAAFD

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

Monochromatic Colors of #ADAAFD

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

Complementary Color of #ADAAFD

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

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

HTML Examples of #ADAAFD

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

Related Colors of #ADAAFD

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