Color: #AF7EDC

#AF7EDC Color Information

#AF7EDC is a light color. The closest websafe version is #AF7EDC. A complement of this color would be #ACDC7F, perceived brightness is 0.59, and the grayscale version is #ADADAD.

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

In a RGB color space, #AF7EDC is composed of 69% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 43% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 28.83, x: 0.3093, and y: 0.2412.

Color Code #AF7EDC

HEX
#AF7EDC
RGB
rgb(175, 126, 220)
HSL
hsl(271, 57%, 68%)
HSV
hsv(271, 43%, 86%)
CMYK
20%, 43%, 0%, 14%
XYZ
X: 36.97, Y: 28.83, Z: 53.74
Lab
L: 60.63, a: 32.91, b: -41.22
Name

Shades of Color #AF7EDC

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

Tints are created by lightening the original color #AF7EDC 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 #AF7EDC Color Code

In the HSL color space, this color has a hue angle of 271°, a saturation of 57%, and a lightness of 68%. The HSV representation shows a hue of 271°, a saturation of 43%, and a value of 86%.

  • HEX: #AF7EDC
  • RGB: rgb(175, 126, 220)
  • HSL: hsl(271, 57%, 68%)
  • HSV: hsv(271, 43%, 86%)
  • CMYK: 20.00% cyan, 43.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 36.97, 28.83, 53.74
  • Yxy: 28.83, 0.3093, 0.2412
  • Hunter Lab: 60.63, 32.91, -41.22
  • CIE-Lab: 60.63, 32.91, -41.22

In the XYZ color space, this color is represented as X: 36.97, Y: 28.83, Z: 53.74. The Yxy representation further refines this as Y: 28.83, x: 0.3093, and y: 0.2412.

In the Hunter Lab color space, this color is represented as L: 60.63, a: 32.91, and b: -41.22. Similarly, in the CIE-Lab color space, it is represented as L: 60.63, a: 32.91, and b: -41.22.

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

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

Analogous Colors of #AF7EDC

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

Monochromatic Colors of #AF7EDC

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

Complementary Color of #AF7EDC

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

/* Using HEX */
body {
  background-color: #af7edc;
}
/* Using RGB */
body {
  background-color: rgb(175, 126, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 126, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(271, 57%, 68%);
}
/* Text color */
p {
  color: #af7edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af7edc;
}

HTML Examples of #AF7EDC

<!-- Using HEX -->
<div style="background-color: #af7edc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 126, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 126, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(271, 57%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #af7edc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #af7edc; width: 100px; height: 100px;"></div>

Related Colors of #AF7EDC

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