Color: #AC7CBB

#AC7CBB Color Information

#AC7CBB is a light color. The closest websafe version is #AC7CBB. A complement of this color would be #8BBB7C, perceived brightness is 0.57, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 286°,a saturation of 32%, and a lightness of 61%.The HSV representation shows a hue of 286°, a saturation of 34%, and a value of 73%.

In a RGB color space, #AC7CBB is composed of 67% red, 49% green and 73% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 34% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 26.64, x: 0.3370, and y: 0.2732.

Color Code #AC7CBB

#AC7CBBrgb(172, 124, 187)
HEX
#AC7CBB
RGB
rgb(172, 124, 187)
HSL
hsl(286, 32%, 61%)
HSV
hsv(286, 34%, 73%)
CMYK
8%, 34%, 0%, 27%
XYZ
X: 32.86, Y: 26.64, Z: 38.02
Lab
L: 58.64, a: 27.53, b: -25.78
Name

Shades of Color #AC7CBB

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

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

#AC7CBBrgb(172, 124, 187)

About #AC7CBB Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 32%, and a lightness of 61%. The HSV representation shows a hue of 286°, a saturation of 34%, and a value of 73%.

  • HEX: #AC7CBB
  • RGB: rgb(172, 124, 187)
  • HSL: hsl(286, 32%, 61%)
  • HSV: hsv(286, 34%, 73%)
  • CMYK: 8.00% cyan, 34.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 32.86, 26.64, 38.02
  • Yxy: 26.64, 0.3370, 0.2732
  • Hunter Lab: 58.64, 27.53, -25.78
  • CIE-Lab: 58.64, 27.53, -25.78

In the XYZ color space, this color is represented as X: 32.86, Y: 26.64, Z: 38.02. The Yxy representation further refines this as Y: 26.64, x: 0.3370, and y: 0.2732.

In the Hunter Lab color space, this color is represented as L: 58.64, a: 27.53, and b: -25.78. Similarly, in the CIE-Lab color space, it is represented as L: 58.64, a: 27.53, and b: -25.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 #AC7CBB

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

Analogous Colors of #AC7CBB

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

Monochromatic Colors of #AC7CBB

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

Complementary Color of #AC7CBB

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

/* Using HEX */
body {
  background-color: #ac7cbb;
}
/* Using RGB */
body {
  background-color: rgb(172, 124, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 124, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 32%, 61%);
}
/* Text color */
p {
  color: #ac7cbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ac7cbb;
}
/* Border color */
.box {
  border: 4px solid #ac7cbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ac7cbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ac7cbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AC7CBB
On Black Background
#AC7CBB
On White Background
#AC7CBB

HTML Examples of #AC7CBB

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

Related Colors of #AC7CBB

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