Color: #ADA6CA

#ADA6CA Color Information

#ADA6CA is a light color. The closest websafe version is #ADA6CA. A complement of this color would be #C2C9A6, perceived brightness is 0.68, and the grayscale version is #B8B8B8.

In the HSL color space, this color has a hue angle of 252°,a saturation of 25%, and a lightness of 72%.The HSV representation shows a hue of 252°, a saturation of 18%, and a value of 79%.

In a RGB color space, #ADA6CA is composed of 68% red, 65% green and 79% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 18% magenta, 0% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 40.21, x: 0.3230, and y: 0.3140.

Color Code #ADA6CA

#ADA6CArgb(173, 166, 202)
HEX
#ADA6CA
RGB
rgb(173, 166, 202)
HSL
hsl(252, 25%, 72%)
HSV
hsv(252, 18%, 79%)
CMYK
14%, 18%, 0%, 21%
XYZ
X: 41.36, Y: 40.21, Z: 46.47
Lab
L: 69.62, a: 8.01, b: -17.53
Name

Shades of Color #ADA6CA

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

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

#ADA6CArgb(173, 166, 202)

About #ADA6CA Color Code

In the HSL color space, this color has a hue angle of 252°, a saturation of 25%, and a lightness of 72%. The HSV representation shows a hue of 252°, a saturation of 18%, and a value of 79%.

  • HEX: #ADA6CA
  • RGB: rgb(173, 166, 202)
  • HSL: hsl(252, 25%, 72%)
  • HSV: hsv(252, 18%, 79%)
  • CMYK: 14.00% cyan, 18.00% magenta, 0.00% yellow, 21.00% black
  • XYZ: 41.36, 40.21, 46.47
  • Yxy: 40.21, 0.3230, 0.3140
  • Hunter Lab: 69.62, 8.01, -17.53
  • CIE-Lab: 69.62, 8.01, -17.53

In the XYZ color space, this color is represented as X: 41.36, Y: 40.21, Z: 46.47. The Yxy representation further refines this as Y: 40.21, x: 0.3230, and y: 0.3140.

In the Hunter Lab color space, this color is represented as L: 69.62, a: 8.01, and b: -17.53. Similarly, in the CIE-Lab color space, it is represented as L: 69.62, a: 8.01, and b: -17.53.

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

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

Analogous Colors of #ADA6CA

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

Monochromatic Colors of #ADA6CA

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

Complementary Color of #ADA6CA

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

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

HTML Examples of #ADA6CA

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

Related Colors of #ADA6CA

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