Color: #AE00CB

#AE00CB Color Information

#AE00CB is a dark color. The closest websafe version is #AE00CB. A complement of this color would be #1FCC00, perceived brightness is 0.29, and the grayscale version is #666666.

In the HSL color space, this color has a hue angle of 291°,a saturation of 99%, and a lightness of 40%.The HSV representation shows a hue of 291°, a saturation of 100%, and a value of 80%.

In a RGB color space, #AE00CB is composed of 68% red, 0% green and 80% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 100% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 13.04, x: 0.3242, and y: 0.1566.

Color Code #AE00CB

#AE00CBrgb(174, 0, 203)
HEX
#AE00CB
RGB
rgb(174, 0, 203)
HSL
hsl(291, 100%, 40%)
HSV
hsv(291, 100%, 80%)
CMYK
14%, 100%, 0%, 20%
XYZ
X: 27.00, Y: 13.04, Z: 43.24
Lab
L: 42.82, a: 73.59, b: -59.82
Name

Shades of Color #AE00CB

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

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

#AE00CBrgb(174, 0, 203)

About #AE00CB Color Code

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

  • HEX: #AE00CB
  • RGB: rgb(174, 0, 203)
  • HSL: hsl(291, 100%, 40%)
  • HSV: hsv(291, 100%, 80%)
  • CMYK: 14.00% cyan, 100.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 27.00, 13.04, 43.24
  • Yxy: 13.04, 0.3242, 0.1566
  • Hunter Lab: 42.82, 73.59, -59.82
  • CIE-Lab: 42.82, 73.59, -59.82

In the XYZ color space, this color is represented as X: 27.00, Y: 13.04, Z: 43.24. The Yxy representation further refines this as Y: 13.04, x: 0.3242, and y: 0.1566.

In the Hunter Lab color space, this color is represented as L: 42.82, a: 73.59, and b: -59.82. Similarly, in the CIE-Lab color space, it is represented as L: 42.82, a: 73.59, and b: -59.82.

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

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

Analogous Colors of #AE00CB

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

Split Complementary Colors of #AE00CB

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

Tetradic Colors of #AE00CB

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

Monochromatic Colors of #AE00CB

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

Complementary Color of #AE00CB

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

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

HTML Examples of #AE00CB

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

Related Colors of #AE00CB

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