Color: #AE43FF

#AE43FF Color Information

#AE43FF is a dark color. The closest websafe version is #AE43FF. A complement of this color would be #94FF42, perceived brightness is 0.47, and the grayscale version is #A1A1A1.

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

In a RGB color space, #AE43FF is composed of 68% red, 26% green and 100% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 74% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 19.50, x: 0.2751, and y: 0.1536.

Color Code #AE43FF

#AE43FFrgb(174, 67, 255)
HEX
#AE43FF
RGB
rgb(174, 67, 255)
HSL
hsl(274, 100%, 63%)
HSV
hsv(274, 74%, 100%)
CMYK
32%, 74%, 0%, 0%
XYZ
X: 34.93, Y: 19.50, Z: 72.55
Lab
L: 51.27, a: 66.46, b: -75.61
Name

Shades of Color #AE43FF

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

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

#AE43FFrgb(174, 67, 255)

About #AE43FF Color Code

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

  • HEX: #AE43FF
  • RGB: rgb(174, 67, 255)
  • HSL: hsl(274, 100%, 63%)
  • HSV: hsv(274, 74%, 100%)
  • CMYK: 32.00% cyan, 74.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 34.93, 19.50, 72.55
  • Yxy: 19.50, 0.2751, 0.1536
  • Hunter Lab: 51.27, 66.46, -75.61
  • CIE-Lab: 51.27, 66.46, -75.61

In the XYZ color space, this color is represented as X: 34.93, Y: 19.50, Z: 72.55. The Yxy representation further refines this as Y: 19.50, x: 0.2751, and y: 0.1536.

In the Hunter Lab color space, this color is represented as L: 51.27, a: 66.46, and b: -75.61. Similarly, in the CIE-Lab color space, it is represented as L: 51.27, a: 66.46, and b: -75.61.

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

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

Analogous Colors of #AE43FF

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

Monochromatic Colors of #AE43FF

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

Complementary Color of #AE43FF

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

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

HTML Examples of #AE43FF

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

Related Colors of #AE43FF

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