Color: #AE63C5

#AE63C5 Color Information

#AE63C5 is a light color. The closest websafe version is #AE63C5. A complement of this color would be #7AC563, perceived brightness is 0.52, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 286°,a saturation of 46%, and a lightness of 58%.The HSV representation shows a hue of 286°, a saturation of 50%, and a value of 77%.

In a RGB color space, #AE63C5 is composed of 68% red, 39% green and 77% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 50% magenta, 0% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 21.75, x: 0.3301, and y: 0.2297.

Color Code #AE63C5

#AE63C5rgb(174, 99, 197)
HEX
#AE63C5
RGB
rgb(174, 99, 197)
HSL
hsl(286, 46%, 58%)
HSV
hsv(286, 50%, 77%)
CMYK
12%, 50%, 0%, 23%
XYZ
X: 31.25, Y: 21.75, Z: 41.68
Lab
L: 53.76, a: 42.77, b: -39.00
Name

Shades of Color #AE63C5

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

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

#AE63C5rgb(174, 99, 197)

About #AE63C5 Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 46%, and a lightness of 58%. The HSV representation shows a hue of 286°, a saturation of 50%, and a value of 77%.

  • HEX: #AE63C5
  • RGB: rgb(174, 99, 197)
  • HSL: hsl(286, 46%, 58%)
  • HSV: hsv(286, 50%, 77%)
  • CMYK: 12.00% cyan, 50.00% magenta, 0.00% yellow, 23.00% black
  • XYZ: 31.25, 21.75, 41.68
  • Yxy: 21.75, 0.3301, 0.2297
  • Hunter Lab: 53.76, 42.77, -39.00
  • CIE-Lab: 53.76, 42.77, -39.00

In the XYZ color space, this color is represented as X: 31.25, Y: 21.75, Z: 41.68. The Yxy representation further refines this as Y: 21.75, x: 0.3301, and y: 0.2297.

In the Hunter Lab color space, this color is represented as L: 53.76, a: 42.77, and b: -39.00. Similarly, in the CIE-Lab color space, it is represented as L: 53.76, a: 42.77, and b: -39.00.

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

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

Analogous Colors of #AE63C5

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

Split Complementary Colors of #AE63C5

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

Tetradic Colors of #AE63C5

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

Monochromatic Colors of #AE63C5

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

Complementary Color of #AE63C5

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

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

HTML Examples of #AE63C5

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

Related Colors of #AE63C5

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