Color: #AC9DFC

#AC9DFC Color Information

#AC9DFC is a light color. The closest websafe version is #AC9DFC. A complement of this color would be #EEFC9C, perceived brightness is 0.68, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 249°,a saturation of 94%, and a lightness of 80%.The HSV representation shows a hue of 249°, a saturation of 38%, and a value of 99%.

In a RGB color space, #AC9DFC is composed of 67% red, 62% green and 99% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 38% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 39.25, x: 0.2850, and y: 0.2492.

Color Code #AC9DFC

#AC9DFCrgb(172, 157, 252)
HEX
#AC9DFC
RGB
rgb(172, 157, 252)
HSL
hsl(249, 94%, 80%)
HSV
hsv(249, 38%, 99%)
CMYK
32%, 38%, 0%, 1%
XYZ
X: 44.90, Y: 39.25, Z: 73.37
Lab
L: 68.93, a: 21.46, b: -45.88
Name

Shades of Color #AC9DFC

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

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

#AC9DFCrgb(172, 157, 252)

About #AC9DFC Color Code

In the HSL color space, this color has a hue angle of 249°, a saturation of 94%, and a lightness of 80%. The HSV representation shows a hue of 249°, a saturation of 38%, and a value of 99%.

  • HEX: #AC9DFC
  • RGB: rgb(172, 157, 252)
  • HSL: hsl(249, 94%, 80%)
  • HSV: hsv(249, 38%, 99%)
  • CMYK: 32.00% cyan, 38.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 44.90, 39.25, 73.37
  • Yxy: 39.25, 0.2850, 0.2492
  • Hunter Lab: 68.93, 21.46, -45.88
  • CIE-Lab: 68.93, 21.46, -45.88

In the XYZ color space, this color is represented as X: 44.90, Y: 39.25, Z: 73.37. The Yxy representation further refines this as Y: 39.25, x: 0.2850, and y: 0.2492.

In the Hunter Lab color space, this color is represented as L: 68.93, a: 21.46, and b: -45.88. Similarly, in the CIE-Lab color space, it is represented as L: 68.93, a: 21.46, and b: -45.88.

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

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

Analogous Colors of #AC9DFC

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

Split Complementary Colors of #AC9DFC

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

Tetradic Colors of #AC9DFC

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

Monochromatic Colors of #AC9DFC

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

Complementary Color of #AC9DFC

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

/* Using HEX */
body {
  background-color: #ac9dfc;
}
/* Using RGB */
body {
  background-color: rgb(172, 157, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 157, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(249, 94%, 80%);
}
/* Text color */
p {
  color: #ac9dfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ac9dfc;
}
/* Border color */
.box {
  border: 4px solid #ac9dfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ac9dfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ac9dfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AC9DFC
On Black Background
#AC9DFC
On White Background
#AC9DFC

HTML Examples of #AC9DFC

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

Related Colors of #AC9DFC

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