Color: #AC6BDD

#AC6BDD Color Information

#AC6BDD is a light color. The closest websafe version is #AC6BDD. A complement of this color would be #9BDD69, perceived brightness is 0.55, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 274°,a saturation of 63%, and a lightness of 64%.The HSV representation shows a hue of 274°, a saturation of 52%, and a value of 87%.

In a RGB color space, #AC6BDD is composed of 67% red, 42% green and 87% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 52% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 24.10, x: 0.3043, and y: 0.2157.

Color Code #AC6BDD

#AC6BDDrgb(172, 107, 221)
HEX
#AC6BDD
RGB
rgb(172, 107, 221)
HSL
hsl(274, 63%, 64%)
HSV
hsv(274, 52%, 87%)
CMYK
22%, 52%, 0%, 13%
XYZ
X: 34.00, Y: 24.10, Z: 53.64
Lab
L: 56.19, a: 42.07, b: -48.78
Name

Shades of Color #AC6BDD

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

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

#AC6BDDrgb(172, 107, 221)

About #AC6BDD Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 63%, and a lightness of 64%. The HSV representation shows a hue of 274°, a saturation of 52%, and a value of 87%.

  • HEX: #AC6BDD
  • RGB: rgb(172, 107, 221)
  • HSL: hsl(274, 63%, 64%)
  • HSV: hsv(274, 52%, 87%)
  • CMYK: 22.00% cyan, 52.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 34.00, 24.10, 53.64
  • Yxy: 24.10, 0.3043, 0.2157
  • Hunter Lab: 56.19, 42.07, -48.78
  • CIE-Lab: 56.19, 42.07, -48.78

In the XYZ color space, this color is represented as X: 34.00, Y: 24.10, Z: 53.64. The Yxy representation further refines this as Y: 24.10, x: 0.3043, and y: 0.2157.

In the Hunter Lab color space, this color is represented as L: 56.19, a: 42.07, and b: -48.78. Similarly, in the CIE-Lab color space, it is represented as L: 56.19, a: 42.07, and b: -48.78.

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

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

Analogous Colors of #AC6BDD

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

Monochromatic Colors of #AC6BDD

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

Complementary Color of #AC6BDD

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

/* Using HEX */
body {
  background-color: #ac6bdd;
}
/* Using RGB */
body {
  background-color: rgb(172, 107, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 107, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 63%, 64%);
}
/* Text color */
p {
  color: #ac6bdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ac6bdd;
}
/* Border color */
.box {
  border: 4px solid #ac6bdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ac6bdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ac6bdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AC6BDD
On Black Background
#AC6BDD
On White Background
#AC6BDD

HTML Examples of #AC6BDD

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

Related Colors of #AC6BDD

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