Color: #AFA3EC

#AFA3EC Color Information

#AFA3EC is a light color. The closest websafe version is #AFA3EC. A complement of this color would be #E0ECA2, perceived brightness is 0.69, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 250°,a saturation of 66%, and a lightness of 78%.The HSV representation shows a hue of 250°, a saturation of 31%, and a value of 93%.

In a RGB color space, #AFA3EC is composed of 69% red, 64% green and 93% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 31% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 40.88, x: 0.2992, and y: 0.2730.

Color Code #AFA3EC

#AFA3ECrgb(175, 163, 236)
HEX
#AFA3EC
RGB
rgb(175, 163, 236)
HSL
hsl(250, 66%, 78%)
HSV
hsv(250, 31%, 93%)
CMYK
26%, 31%, 0%, 7%
XYZ
X: 44.80, Y: 40.88, Z: 64.06
Lab
L: 70.09, a: 16.18, b: -35.38
Name

Shades of Color #AFA3EC

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

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

#AFA3ECrgb(175, 163, 236)

About #AFA3EC Color Code

In the HSL color space, this color has a hue angle of 250°, a saturation of 66%, and a lightness of 78%. The HSV representation shows a hue of 250°, a saturation of 31%, and a value of 93%.

  • HEX: #AFA3EC
  • RGB: rgb(175, 163, 236)
  • HSL: hsl(250, 66%, 78%)
  • HSV: hsv(250, 31%, 93%)
  • CMYK: 26.00% cyan, 31.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 44.80, 40.88, 64.06
  • Yxy: 40.88, 0.2992, 0.2730
  • Hunter Lab: 70.09, 16.18, -35.38
  • CIE-Lab: 70.09, 16.18, -35.38

In the XYZ color space, this color is represented as X: 44.80, Y: 40.88, Z: 64.06. The Yxy representation further refines this as Y: 40.88, x: 0.2992, and y: 0.2730.

In the Hunter Lab color space, this color is represented as L: 70.09, a: 16.18, and b: -35.38. Similarly, in the CIE-Lab color space, it is represented as L: 70.09, a: 16.18, and b: -35.38.

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

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

Analogous Colors of #AFA3EC

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

Split Complementary Colors of #AFA3EC

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

Tetradic Colors of #AFA3EC

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

Monochromatic Colors of #AFA3EC

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

Complementary Color of #AFA3EC

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

/* Using HEX */
body {
  background-color: #afa3ec;
}
/* Using RGB */
body {
  background-color: rgb(175, 163, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 163, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(250, 66%, 78%);
}
/* Text color */
p {
  color: #afa3ec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #afa3ec;
}
/* Border color */
.box {
  border: 4px solid #afa3ec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #afa3ec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #afa3ec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AFA3EC
On Black Background
#AFA3EC
On White Background
#AFA3EC

HTML Examples of #AFA3EC

<!-- Using HEX -->
<div style="background-color: #afa3ec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 163, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 163, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(250, 66%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #afa3ec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #afa3ec; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #afa3ec; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #afa3ec;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #afa3ec; color: #fff; padding: 16px; border-radius: 8px;">
  #AFA3EC
</div>
#AFA3EC
On Black Background
#AFA3EC
On White Background
#AFA3EC

Related Colors of #AFA3EC

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