Color: #ADA5FC

#ADA5FC Color Information

#ADA5FC is a light color. The closest websafe version is #ADA5FC. A complement of this color would be #F4FCA6, perceived brightness is 0.70, and the grayscale version is #D1D1D1.

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

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

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

Color Code #ADA5FC

#ADA5FCrgb(173, 165, 252)
HEX
#ADA5FC
RGB
rgb(173, 165, 252)
HSL
hsl(246, 94%, 82%)
HSV
hsv(246, 35%, 99%)
CMYK
31%, 35%, 0%, 1%
XYZ
X: 46.64, Y: 42.17, Z: 73.76
Lab
L: 70.99, a: 17.54, b: -42.67
Name

Shades of Color #ADA5FC

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

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

#ADA5FCrgb(173, 165, 252)

About #ADA5FC Color Code

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

  • HEX: #ADA5FC
  • RGB: rgb(173, 165, 252)
  • HSL: hsl(246, 94%, 82%)
  • HSV: hsv(246, 35%, 99%)
  • CMYK: 31.00% cyan, 35.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 46.64, 42.17, 73.76
  • Yxy: 42.17, 0.2869, 0.2594
  • Hunter Lab: 70.99, 17.54, -42.67
  • CIE-Lab: 70.99, 17.54, -42.67

In the XYZ color space, this color is represented as X: 46.64, Y: 42.17, Z: 73.76. The Yxy representation further refines this as Y: 42.17, x: 0.2869, and y: 0.2594.

In the Hunter Lab color space, this color is represented as L: 70.99, a: 17.54, and b: -42.67. Similarly, in the CIE-Lab color space, it is represented as L: 70.99, a: 17.54, and b: -42.67.

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

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

Analogous Colors of #ADA5FC

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

Monochromatic Colors of #ADA5FC

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

Complementary Color of #ADA5FC

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

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

HTML Examples of #ADA5FC

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

Related Colors of #ADA5FC

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