Color: #AE7CED

#AE7CED Color Information

#AE7CED is a light color. The closest websafe version is #AE7CED. A complement of this color would be #BBED7D, perceived brightness is 0.60, and the grayscale version is #B4B4B4.

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

In a RGB color space, #AE7CED is composed of 68% red, 49% green and 93% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 48% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 29.00, x: 0.2941, and y: 0.2224.

Color Code #AE7CED

HEX
#AE7CED
RGB
rgb(174, 124, 237)
HSL
hsl(267, 76%, 71%)
HSV
hsv(267, 48%, 93%)
CMYK
27%, 48%, 0%, 7%
XYZ
X: 38.34, Y: 29.00, Z: 63.03
Lab
L: 60.78, a: 36.70, b: -50.44
Name

Shades of Color #AE7CED

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

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

In the HSL color space, this color has a hue angle of 267°, a saturation of 76%, and a lightness of 71%. The HSV representation shows a hue of 267°, a saturation of 48%, and a value of 93%.

  • HEX: #AE7CED
  • RGB: rgb(174, 124, 237)
  • HSL: hsl(267, 76%, 71%)
  • HSV: hsv(267, 48%, 93%)
  • CMYK: 27.00% cyan, 48.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 38.34, 29.00, 63.03
  • Yxy: 29.00, 0.2941, 0.2224
  • Hunter Lab: 60.78, 36.70, -50.44
  • CIE-Lab: 60.78, 36.70, -50.44

In the XYZ color space, this color is represented as X: 38.34, Y: 29.00, Z: 63.03. The Yxy representation further refines this as Y: 29.00, x: 0.2941, and y: 0.2224.

In the Hunter Lab color space, this color is represented as L: 60.78, a: 36.70, and b: -50.44. Similarly, in the CIE-Lab color space, it is represented as L: 60.78, a: 36.70, and b: -50.44.

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

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

Analogous Colors of #AE7CED

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

Monochromatic Colors of #AE7CED

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

Complementary Color of #AE7CED

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

/* Using HEX */
body {
  background-color: #ae7ced;
}
/* Using RGB */
body {
  background-color: rgb(174, 124, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 124, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(267, 76%, 71%);
}
/* Text color */
p {
  color: #ae7ced;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae7ced;
}

HTML Examples of #AE7CED

<!-- Using HEX -->
<div style="background-color: #ae7ced; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 124, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 124, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(267, 76%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae7ced;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae7ced; width: 100px; height: 100px;"></div>

Related Colors of #AE7CED

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