Color: #ADA0FB

#ADA0FB Color Information

#ADA0FB is a light color. The closest websafe version is #ADA0FB. A complement of this color would be #EEFBA2, perceived brightness is 0.68, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 249°,a saturation of 92%, and a lightness of 81%.The HSV representation shows a hue of 249°, a saturation of 36%, and a value of 98%.

In a RGB color space, #ADA0FB is composed of 68% red, 63% green and 98% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 36% magenta, 0% yellow and 2% black.

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

Color Code #ADA0FB

#ADA0FBrgb(173, 160, 251)
HEX
#ADA0FB
RGB
rgb(173, 160, 251)
HSL
hsl(249, 92%, 81%)
HSV
hsv(249, 36%, 98%)
CMYK
31%, 36%, 0%, 2%
XYZ
X: 45.56, Y: 40.35, Z: 72.89
Lab
L: 69.72, a: 19.98, b: -44.11
Name

Shades of Color #ADA0FB

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

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

#ADA0FBrgb(173, 160, 251)

About #ADA0FB Color Code

In the HSL color space, this color has a hue angle of 249°, a saturation of 92%, and a lightness of 81%. The HSV representation shows a hue of 249°, a saturation of 36%, and a value of 98%.

  • HEX: #ADA0FB
  • RGB: rgb(173, 160, 251)
  • HSL: hsl(249, 92%, 81%)
  • HSV: hsv(249, 36%, 98%)
  • CMYK: 31.00% cyan, 36.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 45.56, 40.35, 72.89
  • Yxy: 40.35, 0.2869, 0.2541
  • Hunter Lab: 69.72, 19.98, -44.11
  • CIE-Lab: 69.72, 19.98, -44.11

In the XYZ color space, this color is represented as X: 45.56, Y: 40.35, Z: 72.89. The Yxy representation further refines this as Y: 40.35, x: 0.2869, and y: 0.2541.

In the Hunter Lab color space, this color is represented as L: 69.72, a: 19.98, and b: -44.11. Similarly, in the CIE-Lab color space, it is represented as L: 69.72, a: 19.98, and b: -44.11.

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

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

Analogous Colors of #ADA0FB

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

Split Complementary Colors of #ADA0FB

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

Tetradic Colors of #ADA0FB

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

Monochromatic Colors of #ADA0FB

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

Complementary Color of #ADA0FB

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

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

HTML Examples of #ADA0FB

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

Related Colors of #ADA0FB

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