Color: #A8AED3

#A8AED3 Color Information

#A8AED3 is a light color. The closest websafe version is #A8AED3. A complement of this color would be #D3CDA7, perceived brightness is 0.69, and the grayscale version is #BEBEBE.

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

In a RGB color space, #A8AED3 is composed of 66% red, 68% green and 83% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 18% magenta, 0% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 43.00, x: 0.3119, and y: 0.3142.

Color Code #A8AED3

HEX
#A8AED3
RGB
rgb(168, 174, 211)
HSL
hsl(232, 33%, 74%)
HSV
hsv(232, 20%, 83%)
CMYK
20%, 18%, 0%, 17%
XYZ
X: 42.69, Y: 43.00, Z: 51.18
Lab
L: 71.56, a: 3.69, b: -19.59
Name

Shades of Color #A8AED3

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

Tints are created by lightening the original color #A8AED3 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 #A8AED3 Color Code

In the HSL color space, this color has a hue angle of 232°, a saturation of 33%, and a lightness of 74%. The HSV representation shows a hue of 232°, a saturation of 20%, and a value of 83%.

  • HEX: #A8AED3
  • RGB: rgb(168, 174, 211)
  • HSL: hsl(232, 33%, 74%)
  • HSV: hsv(232, 20%, 83%)
  • CMYK: 20.00% cyan, 18.00% magenta, 0.00% yellow, 17.00% black
  • XYZ: 42.69, 43.00, 51.18
  • Yxy: 43.00, 0.3119, 0.3142
  • Hunter Lab: 71.56, 3.69, -19.59
  • CIE-Lab: 71.56, 3.69, -19.59

In the XYZ color space, this color is represented as X: 42.69, Y: 43.00, Z: 51.18. The Yxy representation further refines this as Y: 43.00, x: 0.3119, and y: 0.3142.

In the Hunter Lab color space, this color is represented as L: 71.56, a: 3.69, and b: -19.59. Similarly, in the CIE-Lab color space, it is represented as L: 71.56, a: 3.69, and b: -19.59.

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

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

Analogous Colors of #A8AED3

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

Monochromatic Colors of #A8AED3

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

Complementary Color of #A8AED3

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

/* Using HEX */
body {
  background-color: #a8aed3;
}
/* Using RGB */
body {
  background-color: rgb(168, 174, 211);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 174, 211, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(232, 33%, 74%);
}
/* Text color */
p {
  color: #a8aed3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a8aed3;
}

HTML Examples of #A8AED3

<!-- Using HEX -->
<div style="background-color: #a8aed3; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(168, 174, 211); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(168, 174, 211, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(232, 33%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a8aed3;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a8aed3; width: 100px; height: 100px;"></div>

Related Colors of #A8AED3

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