Color: #AA95ED

#AA95ED Color Information

#AA95ED is a light color. The closest websafe version is #AA95ED. A complement of this color would be #D9ED96, perceived brightness is 0.65, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 254°,a saturation of 71%, and a lightness of 76%.The HSV representation shows a hue of 254°, a saturation of 37%, and a value of 93%.

In a RGB color space, #AA95ED is composed of 67% red, 58% green and 93% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 37% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 35.62, x: 0.2928, and y: 0.2530.

Color Code #AA95ED

#AA95EDrgb(170, 149, 237)
HEX
#AA95ED
RGB
rgb(170, 149, 237)
HSL
hsl(254, 71%, 76%)
HSV
hsv(254, 37%, 93%)
CMYK
28%, 37%, 0%, 7%
XYZ
X: 41.22, Y: 35.62, Z: 63.96
Lab
L: 66.23, a: 22.21, b: -41.94
Name

Shades of Color #AA95ED

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

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

#AA95EDrgb(170, 149, 237)

About #AA95ED Color Code

In the HSL color space, this color has a hue angle of 254°, a saturation of 71%, and a lightness of 76%. The HSV representation shows a hue of 254°, a saturation of 37%, and a value of 93%.

  • HEX: #AA95ED
  • RGB: rgb(170, 149, 237)
  • HSL: hsl(254, 71%, 76%)
  • HSV: hsv(254, 37%, 93%)
  • CMYK: 28.00% cyan, 37.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 41.22, 35.62, 63.96
  • Yxy: 35.62, 0.2928, 0.2530
  • Hunter Lab: 66.23, 22.21, -41.94
  • CIE-Lab: 66.23, 22.21, -41.94

In the XYZ color space, this color is represented as X: 41.22, Y: 35.62, Z: 63.96. The Yxy representation further refines this as Y: 35.62, x: 0.2928, and y: 0.2530.

In the Hunter Lab color space, this color is represented as L: 66.23, a: 22.21, and b: -41.94. Similarly, in the CIE-Lab color space, it is represented as L: 66.23, a: 22.21, and b: -41.94.

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

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

Analogous Colors of #AA95ED

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

Split Complementary Colors of #AA95ED

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

Tetradic Colors of #AA95ED

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

Monochromatic Colors of #AA95ED

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

Complementary Color of #AA95ED

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

/* Using HEX */
body {
  background-color: #aa95ed;
}
/* Using RGB */
body {
  background-color: rgb(170, 149, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 149, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(254, 71%, 76%);
}
/* Text color */
p {
  color: #aa95ed;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa95ed;
}
/* Border color */
.box {
  border: 4px solid #aa95ed;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa95ed;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa95ed;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA95ED
On Black Background
#AA95ED
On White Background
#AA95ED

HTML Examples of #AA95ED

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

Related Colors of #AA95ED

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