Color: #A7AEC4

#A7AEC4 Color Information

#A7AEC4 is a light color. The closest websafe version is #A7AEC4. A complement of this color would be #C4BDA6, perceived brightness is 0.68, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 226°,a saturation of 20%, and a lightness of 71%.The HSV representation shows a hue of 226°, a saturation of 15%, and a value of 77%.

In a RGB color space, #A7AEC4 is composed of 65% red, 68% green and 77% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 11% magenta, 0% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 42.29, x: 0.3222, and y: 0.3319.

Color Code #A7AEC4

#A7AEC4rgb(167, 174, 196)
HEX
#A7AEC4
RGB
rgb(167, 174, 196)
HSL
hsl(226, 20%, 71%)
HSV
hsv(226, 15%, 77%)
CMYK
15%, 11%, 0%, 23%
XYZ
X: 41.05, Y: 42.29, Z: 44.07
Lab
L: 71.07, a: 0.84, b: -12.15
Name

Shades of Color #A7AEC4

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

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

#A7AEC4rgb(167, 174, 196)

About #A7AEC4 Color Code

In the HSL color space, this color has a hue angle of 226°, a saturation of 20%, and a lightness of 71%. The HSV representation shows a hue of 226°, a saturation of 15%, and a value of 77%.

  • HEX: #A7AEC4
  • RGB: rgb(167, 174, 196)
  • HSL: hsl(226, 20%, 71%)
  • HSV: hsv(226, 15%, 77%)
  • CMYK: 15.00% cyan, 11.00% magenta, 0.00% yellow, 23.00% black
  • XYZ: 41.05, 42.29, 44.07
  • Yxy: 42.29, 0.3222, 0.3319
  • Hunter Lab: 71.07, 0.84, -12.15
  • CIE-Lab: 71.07, 0.84, -12.15

In the XYZ color space, this color is represented as X: 41.05, Y: 42.29, Z: 44.07. The Yxy representation further refines this as Y: 42.29, x: 0.3222, and y: 0.3319.

In the Hunter Lab color space, this color is represented as L: 71.07, a: 0.84, and b: -12.15. Similarly, in the CIE-Lab color space, it is represented as L: 71.07, a: 0.84, and b: -12.15.

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

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

Analogous Colors of #A7AEC4

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

Split Complementary Colors of #A7AEC4

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

Tetradic Colors of #A7AEC4

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

Monochromatic Colors of #A7AEC4

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

Complementary Color of #A7AEC4

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

/* Using HEX */
body {
  background-color: #a7aec4;
}
/* Using RGB */
body {
  background-color: rgb(167, 174, 196);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 174, 196, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(226, 20%, 71%);
}
/* Text color */
p {
  color: #a7aec4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a7aec4;
}
/* Border color */
.box {
  border: 4px solid #a7aec4;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a7aec4;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a7aec4;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A7AEC4
On Black Background
#A7AEC4
On White Background
#A7AEC4

HTML Examples of #A7AEC4

<!-- Using HEX -->
<div style="background-color: #a7aec4; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(167, 174, 196); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(167, 174, 196, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(226, 20%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a7aec4;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a7aec4; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a7aec4; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a7aec4;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a7aec4; color: #fff; padding: 16px; border-radius: 8px;">
  #A7AEC4
</div>
#A7AEC4
On Black Background
#A7AEC4
On White Background
#A7AEC4

Related Colors of #A7AEC4

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