Color: #A6AFDD

#A6AFDD Color Information

#A6AFDD is a light color. The closest websafe version is #A6AFDD. A complement of this color would be #DDD4A6, perceived brightness is 0.70, and the grayscale version is #C2C2C2.

In the HSL color space, this color has a hue angle of 230°,a saturation of 45%, and a lightness of 76%.The HSV representation shows a hue of 230°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A6AFDD is composed of 65% red, 69% green and 87% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 21% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 43.60, x: 0.3032, and y: 0.3040.

Color Code #A6AFDD

HEX
#A6AFDD
RGB
rgb(166, 175, 221)
HSL
hsl(230, 45%, 76%)
HSV
hsv(230, 25%, 87%)
CMYK
25%, 21%, 0%, 13%
XYZ
X: 43.48, Y: 43.60, Z: 56.33
Lab
L: 71.96, a: 4.29, b: -24.45
Name

Shades of Color #A6AFDD

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

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

About #A6AFDD Color Code

In the HSL color space, this color has a hue angle of 230°, a saturation of 45%, and a lightness of 76%. The HSV representation shows a hue of 230°, a saturation of 25%, and a value of 87%.

  • HEX: #A6AFDD
  • RGB: rgb(166, 175, 221)
  • HSL: hsl(230, 45%, 76%)
  • HSV: hsv(230, 25%, 87%)
  • CMYK: 25.00% cyan, 21.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 43.48, 43.60, 56.33
  • Yxy: 43.60, 0.3032, 0.3040
  • Hunter Lab: 71.96, 4.29, -24.45
  • CIE-Lab: 71.96, 4.29, -24.45

In the XYZ color space, this color is represented as X: 43.48, Y: 43.60, Z: 56.33. The Yxy representation further refines this as Y: 43.60, x: 0.3032, and y: 0.3040.

In the Hunter Lab color space, this color is represented as L: 71.96, a: 4.29, and b: -24.45. Similarly, in the CIE-Lab color space, it is represented as L: 71.96, a: 4.29, and b: -24.45.

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

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

Analogous Colors of #A6AFDD

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

Monochromatic Colors of #A6AFDD

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

Complementary Color of #A6AFDD

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

/* Using HEX */
body {
  background-color: #a6afdd;
}
/* Using RGB */
body {
  background-color: rgb(166, 175, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(166, 175, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(230, 45%, 76%);
}
/* Text color */
p {
  color: #a6afdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a6afdd;
}

HTML Examples of #A6AFDD

<!-- Using HEX -->
<div style="background-color: #a6afdd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(166, 175, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(166, 175, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(230, 45%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a6afdd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a6afdd; width: 100px; height: 100px;"></div>

Related Colors of #A6AFDD

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