Color: #ADA7FC

#ADA7FC Color Information

#ADA7FC is a light color. The closest websafe version is #ADA7FC. A complement of this color would be #F6FCA6, perceived brightness is 0.70, and the grayscale version is #D2D2D2.

In the HSL color space, this color has a hue angle of 244°,a saturation of 93%, and a lightness of 82%.The HSV representation shows a hue of 244°, a saturation of 34%, and a value of 99%.

In a RGB color space, #ADA7FC is composed of 68% red, 65% green and 99% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 34% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 42.90, x: 0.2871, and y: 0.2619.

Color Code #ADA7FC

#ADA7FCrgb(173, 167, 252)
HEX
#ADA7FC
RGB
rgb(173, 167, 252)
HSL
hsl(244, 93%, 82%)
HSV
hsv(244, 34%, 99%)
CMYK
31%, 34%, 0%, 1%
XYZ
X: 47.03, Y: 42.90, Z: 73.86
Lab
L: 71.49, a: 16.48, b: -41.90
Name

Shades of Color #ADA7FC

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

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

#ADA7FCrgb(173, 167, 252)

About #ADA7FC Color Code

In the HSL color space, this color has a hue angle of 244°, a saturation of 93%, and a lightness of 82%. The HSV representation shows a hue of 244°, a saturation of 34%, and a value of 99%.

  • HEX: #ADA7FC
  • RGB: rgb(173, 167, 252)
  • HSL: hsl(244, 93%, 82%)
  • HSV: hsv(244, 34%, 99%)
  • CMYK: 31.00% cyan, 34.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 47.03, 42.90, 73.86
  • Yxy: 42.90, 0.2871, 0.2619
  • Hunter Lab: 71.49, 16.48, -41.90
  • CIE-Lab: 71.49, 16.48, -41.90

In the XYZ color space, this color is represented as X: 47.03, Y: 42.90, Z: 73.86. The Yxy representation further refines this as Y: 42.90, x: 0.2871, and y: 0.2619.

In the Hunter Lab color space, this color is represented as L: 71.49, a: 16.48, and b: -41.90. Similarly, in the CIE-Lab color space, it is represented as L: 71.49, a: 16.48, and b: -41.90.

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

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

Analogous Colors of #ADA7FC

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

Split Complementary Colors of #ADA7FC

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

Tetradic Colors of #ADA7FC

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

Monochromatic Colors of #ADA7FC

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

Complementary Color of #ADA7FC

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

/* Using HEX */
body {
  background-color: #ada7fc;
}
/* Using RGB */
body {
  background-color: rgb(173, 167, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 167, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(244, 93%, 82%);
}
/* Text color */
p {
  color: #ada7fc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ada7fc;
}
/* Border color */
.box {
  border: 4px solid #ada7fc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ada7fc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ada7fc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADA7FC
On Black Background
#ADA7FC
On White Background
#ADA7FC

HTML Examples of #ADA7FC

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

Related Colors of #ADA7FC

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