Color: #AE60CF

#AE60CF Color Information

#AE60CF is a light color. The closest websafe version is #AE60CF. A complement of this color would be #80CF5E, perceived brightness is 0.52, and the grayscale version is #979797.

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

In a RGB color space, #AE60CF is composed of 68% red, 38% green and 81% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 54% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 21.59, x: 0.3196, and y: 0.2164.

Color Code #AE60CF

HEX
#AE60CF
RGB
rgb(174, 96, 207)
HSL
hsl(282, 54%, 59%)
HSV
hsv(282, 54%, 81%)
CMYK
16%, 54%, 0%, 19%
XYZ
X: 31.89, Y: 21.59, Z: 46.29
Lab
L: 53.58, a: 45.84, b: -44.97
Name

Shades of Color #AE60CF

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

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

In the HSL color space, this color has a hue angle of 282°, a saturation of 54%, and a lightness of 59%. The HSV representation shows a hue of 282°, a saturation of 54%, and a value of 81%.

  • HEX: #AE60CF
  • RGB: rgb(174, 96, 207)
  • HSL: hsl(282, 54%, 59%)
  • HSV: hsv(282, 54%, 81%)
  • CMYK: 16.00% cyan, 54.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 31.89, 21.59, 46.29
  • Yxy: 21.59, 0.3196, 0.2164
  • Hunter Lab: 53.58, 45.84, -44.97
  • CIE-Lab: 53.58, 45.84, -44.97

In the XYZ color space, this color is represented as X: 31.89, Y: 21.59, Z: 46.29. The Yxy representation further refines this as Y: 21.59, x: 0.3196, and y: 0.2164.

In the Hunter Lab color space, this color is represented as L: 53.58, a: 45.84, and b: -44.97. Similarly, in the CIE-Lab color space, it is represented as L: 53.58, a: 45.84, and b: -44.97.

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

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

Analogous Colors of #AE60CF

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

Monochromatic Colors of #AE60CF

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

Complementary Color of #AE60CF

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

/* Using HEX */
body {
  background-color: #ae60cf;
}
/* Using RGB */
body {
  background-color: rgb(174, 96, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 96, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 54%, 59%);
}
/* Text color */
p {
  color: #ae60cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae60cf;
}

HTML Examples of #AE60CF

<!-- Using HEX -->
<div style="background-color: #ae60cf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 96, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 96, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(282, 54%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae60cf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae60cf; width: 100px; height: 100px;"></div>

Related Colors of #AE60CF

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