Color: #AC8CAB

#AC8CAB Color Information

#AC8CAB is a light color. The closest websafe version is #AC8CAB. A complement of this color would be #8CAB8D, perceived brightness is 0.60, and the grayscale version is #9C9C9C.

In the HSL color space, this color has a hue angle of 302°,a saturation of 16%, and a lightness of 61%.The HSV representation shows a hue of 302°, a saturation of 19%, and a value of 67%.

In a RGB color space, #AC8CAB is composed of 67% red, 55% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 1% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 30.45, x: 0.3512, and y: 0.3153.

Color Code #AC8CAB

#AC8CABrgb(172, 140, 171)
HEX
#AC8CAB
RGB
rgb(172, 140, 171)
HSL
hsl(302, 16%, 61%)
HSV
hsv(302, 19%, 67%)
CMYK
0%, 19%, 1%, 33%
XYZ
X: 33.92, Y: 30.45, Z: 32.21
Lab
L: 62.04, a: 16.57, b: -11.61
Name

Shades of Color #AC8CAB

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

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

#AC8CABrgb(172, 140, 171)

About #AC8CAB Color Code

In the HSL color space, this color has a hue angle of 302°, a saturation of 16%, and a lightness of 61%. The HSV representation shows a hue of 302°, a saturation of 19%, and a value of 67%.

  • HEX: #AC8CAB
  • RGB: rgb(172, 140, 171)
  • HSL: hsl(302, 16%, 61%)
  • HSV: hsv(302, 19%, 67%)
  • CMYK: 0.00% cyan, 19.00% magenta, 100.00% yellow, 33.00% black
  • XYZ: 33.92, 30.45, 32.21
  • Yxy: 30.45, 0.3512, 0.3153
  • Hunter Lab: 62.04, 16.57, -11.61
  • CIE-Lab: 62.04, 16.57, -11.61

In the XYZ color space, this color is represented as X: 33.92, Y: 30.45, Z: 32.21. The Yxy representation further refines this as Y: 30.45, x: 0.3512, and y: 0.3153.

In the Hunter Lab color space, this color is represented as L: 62.04, a: 16.57, and b: -11.61. Similarly, in the CIE-Lab color space, it is represented as L: 62.04, a: 16.57, and b: -11.61.

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

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

Analogous Colors of #AC8CAB

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

Split Complementary Colors of #AC8CAB

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

Tetradic Colors of #AC8CAB

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

Monochromatic Colors of #AC8CAB

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

Complementary Color of #AC8CAB

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

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

HTML Examples of #AC8CAB

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

Related Colors of #AC8CAB

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