Color: #AF9EE5

#AF9EE5 Color Information

#AF9EE5 is a light color. The closest websafe version is #AF9EE5. A complement of this color would be #D5E59E, perceived brightness is 0.67, and the grayscale version is #C2C2C2.

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

In a RGB color space, #AF9EE5 is composed of 69% red, 62% green and 90% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 31% magenta, 0% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 38.80, x: 0.3038, and y: 0.2737.

Color Code #AF9EE5

HEX
#AF9EE5
RGB
rgb(175, 158, 229)
HSL
hsl(254, 58%, 76%)
HSV
hsv(254, 31%, 90%)
CMYK
24%, 31%, 0%, 10%
XYZ
X: 43.07, Y: 38.80, Z: 59.88
Lab
L: 68.61, a: 17.53, b: -33.85
Name

Shades of Color #AF9EE5

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

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

About #AF9EE5 Color Code

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

  • HEX: #AF9EE5
  • RGB: rgb(175, 158, 229)
  • HSL: hsl(254, 58%, 76%)
  • HSV: hsv(254, 31%, 90%)
  • CMYK: 24.00% cyan, 31.00% magenta, 0.00% yellow, 10.00% black
  • XYZ: 43.07, 38.80, 59.88
  • Yxy: 38.80, 0.3038, 0.2737
  • Hunter Lab: 68.61, 17.53, -33.85
  • CIE-Lab: 68.61, 17.53, -33.85

In the XYZ color space, this color is represented as X: 43.07, Y: 38.80, Z: 59.88. The Yxy representation further refines this as Y: 38.80, x: 0.3038, and y: 0.2737.

In the Hunter Lab color space, this color is represented as L: 68.61, a: 17.53, and b: -33.85. Similarly, in the CIE-Lab color space, it is represented as L: 68.61, a: 17.53, and b: -33.85.

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

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

Analogous Colors of #AF9EE5

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

Monochromatic Colors of #AF9EE5

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

Complementary Color of #AF9EE5

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

/* Using HEX */
body {
  background-color: #af9ee5;
}
/* Using RGB */
body {
  background-color: rgb(175, 158, 229);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 158, 229, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(254, 58%, 76%);
}
/* Text color */
p {
  color: #af9ee5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af9ee5;
}

HTML Examples of #AF9EE5

<!-- Using HEX -->
<div style="background-color: #af9ee5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 158, 229); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 158, 229, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(254, 58%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #af9ee5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #af9ee5; width: 100px; height: 100px;"></div>

Related Colors of #AF9EE5

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