Color: #AE3BCF

#AE3BCF Color Information

#AE3BCF is a dark color. The closest websafe version is #AE3BCF. A complement of this color would be #5ACF3A, perceived brightness is 0.43, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 287°,a saturation of 61%, and a lightness of 52%.The HSV representation shows a hue of 287°, a saturation of 71%, and a value of 81%.

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

In the Yxy color space, this color is represented as Y: 16.34, x: 0.3195, and y: 0.1796.

Color Code #AE3BCF

#AE3BCFrgb(174, 59, 207)
HEX
#AE3BCF
RGB
rgb(174, 59, 207)
HSL
hsl(287, 61%, 52%)
HSV
hsv(287, 71%, 81%)
CMYK
16%, 71%, 0%, 19%
XYZ
X: 29.07, Y: 16.34, Z: 45.58
Lab
L: 47.41, a: 61.94, b: -54.76
Name

Shades of Color #AE3BCF

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

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

#AE3BCFrgb(174, 59, 207)

About #AE3BCF Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 61%, and a lightness of 52%. The HSV representation shows a hue of 287°, a saturation of 71%, and a value of 81%.

  • HEX: #AE3BCF
  • RGB: rgb(174, 59, 207)
  • HSL: hsl(287, 61%, 52%)
  • HSV: hsv(287, 71%, 81%)
  • CMYK: 16.00% cyan, 71.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 29.07, 16.34, 45.58
  • Yxy: 16.34, 0.3195, 0.1796
  • Hunter Lab: 47.41, 61.94, -54.76
  • CIE-Lab: 47.41, 61.94, -54.76

In the XYZ color space, this color is represented as X: 29.07, Y: 16.34, Z: 45.58. The Yxy representation further refines this as Y: 16.34, x: 0.3195, and y: 0.1796.

In the Hunter Lab color space, this color is represented as L: 47.41, a: 61.94, and b: -54.76. Similarly, in the CIE-Lab color space, it is represented as L: 47.41, a: 61.94, and b: -54.76.

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

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

Analogous Colors of #AE3BCF

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

Monochromatic Colors of #AE3BCF

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

Complementary Color of #AE3BCF

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

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

HTML Examples of #AE3BCF

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

Related Colors of #AE3BCF

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