Color: #AE80FB

#AE80FB Color Information

#AE80FB is a light color. The closest websafe version is #AE80FB. A complement of this color would be #CDFB7E, perceived brightness is 0.61, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 262°,a saturation of 94%, and a lightness of 74%.The HSV representation shows a hue of 262°, a saturation of 49%, and a value of 98%.

In a RGB color space, #AE80FB is composed of 68% red, 50% green and 98% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 49% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 30.74, x: 0.2839, and y: 0.2151.

Color Code #AE80FB

#AE80FBrgb(174, 128, 251)
HEX
#AE80FB
RGB
rgb(174, 128, 251)
HSL
hsl(262, 94%, 74%)
HSV
hsv(262, 49%, 98%)
CMYK
31%, 49%, 0%, 2%
XYZ
X: 40.57, Y: 30.74, Z: 71.58
Lab
L: 62.29, a: 37.23, b: -55.76
Name

Shades of Color #AE80FB

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

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

#AE80FBrgb(174, 128, 251)

About #AE80FB Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 94%, and a lightness of 74%. The HSV representation shows a hue of 262°, a saturation of 49%, and a value of 98%.

  • HEX: #AE80FB
  • RGB: rgb(174, 128, 251)
  • HSL: hsl(262, 94%, 74%)
  • HSV: hsv(262, 49%, 98%)
  • CMYK: 31.00% cyan, 49.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 40.57, 30.74, 71.58
  • Yxy: 30.74, 0.2839, 0.2151
  • Hunter Lab: 62.29, 37.23, -55.76
  • CIE-Lab: 62.29, 37.23, -55.76

In the XYZ color space, this color is represented as X: 40.57, Y: 30.74, Z: 71.58. The Yxy representation further refines this as Y: 30.74, x: 0.2839, and y: 0.2151.

In the Hunter Lab color space, this color is represented as L: 62.29, a: 37.23, and b: -55.76. Similarly, in the CIE-Lab color space, it is represented as L: 62.29, a: 37.23, and b: -55.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 #AE80FB

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

Analogous Colors of #AE80FB

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

Split Complementary Colors of #AE80FB

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

Tetradic Colors of #AE80FB

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

Monochromatic Colors of #AE80FB

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

Complementary Color of #AE80FB

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

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

HTML Examples of #AE80FB

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

Related Colors of #AE80FB

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