Color: #AE1CCF

#AE1CCF Color Information

#AE1CCF is a dark color. The closest websafe version is #AE1CCF. A complement of this color would be #3DCE1C, perceived brightness is 0.36, and the grayscale version is #767676.

In the HSL color space, this color has a hue angle of 289°,a saturation of 76%, and a lightness of 46%.The HSV representation shows a hue of 289°, a saturation of 86%, and a value of 81%.

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

In the Yxy color space, this color is represented as Y: 14.03, x: 0.3194, and y: 0.1610.

Color Code #AE1CCF

#AE1CCFrgb(174, 28, 207)
HEX
#AE1CCF
RGB
rgb(174, 28, 207)
HSL
hsl(289, 76%, 46%)
HSV
hsv(289, 86%, 81%)
CMYK
16%, 86%, 0%, 19%
XYZ
X: 27.83, Y: 14.03, Z: 45.26
Lab
L: 44.28, a: 70.62, b: -59.79
Name

Shades of Color #AE1CCF

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

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

#AE1CCFrgb(174, 28, 207)

About #AE1CCF Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 76%, and a lightness of 46%. The HSV representation shows a hue of 289°, a saturation of 86%, and a value of 81%.

  • HEX: #AE1CCF
  • RGB: rgb(174, 28, 207)
  • HSL: hsl(289, 76%, 46%)
  • HSV: hsv(289, 86%, 81%)
  • CMYK: 16.00% cyan, 86.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 27.83, 14.03, 45.26
  • Yxy: 14.03, 0.3194, 0.1610
  • Hunter Lab: 44.28, 70.62, -59.79
  • CIE-Lab: 44.28, 70.62, -59.79

In the XYZ color space, this color is represented as X: 27.83, Y: 14.03, Z: 45.26. The Yxy representation further refines this as Y: 14.03, x: 0.3194, and y: 0.1610.

In the Hunter Lab color space, this color is represented as L: 44.28, a: 70.62, and b: -59.79. Similarly, in the CIE-Lab color space, it is represented as L: 44.28, a: 70.62, and b: -59.79.

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

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

Analogous Colors of #AE1CCF

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

Monochromatic Colors of #AE1CCF

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

Complementary Color of #AE1CCF

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

/* Using HEX */
body {
  background-color: #ae1ccf;
}
/* Using RGB */
body {
  background-color: rgb(174, 28, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 28, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(289, 76%, 46%);
}
/* Text color */
p {
  color: #ae1ccf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae1ccf;
}
/* Border color */
.box {
  border: 4px solid #ae1ccf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae1ccf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae1ccf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE1CCF
On Black Background
#AE1CCF
On White Background
#AE1CCF

HTML Examples of #AE1CCF

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

Related Colors of #AE1CCF

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