Color: #AC558C

#AC558C Color Information

#AC558C is a dark color. The closest websafe version is #AC558C. A complement of this color would be #54AB74, perceived brightness is 0.46, and the grayscale version is #818181.

In the HSL color space, this color has a hue angle of 322°,a saturation of 34%, and a lightness of 50%.The HSV representation shows a hue of 322°, a saturation of 51%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 17.28, x: 0.4025, and y: 0.2756.

Color Code #AC558C

#AC558Crgb(172, 85, 140)
HEX
#AC558C
RGB
rgb(172, 85, 140)
HSL
hsl(322, 34%, 50%)
HSV
hsv(322, 51%, 67%)
CMYK
0%, 51%, 19%, 33%
XYZ
X: 25.24, Y: 17.28, Z: 20.19
Lab
L: 48.61, a: 41.35, b: -13.68
Name

Shades of Color #AC558C

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

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

#AC558Crgb(172, 85, 140)

About #AC558C Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 34%, and a lightness of 50%. The HSV representation shows a hue of 322°, a saturation of 51%, and a value of 67%.

  • HEX: #AC558C
  • RGB: rgb(172, 85, 140)
  • HSL: hsl(322, 34%, 50%)
  • HSV: hsv(322, 51%, 67%)
  • CMYK: 0.00% cyan, 51.00% magenta, 19.00% yellow, 33.00% black
  • XYZ: 25.24, 17.28, 20.19
  • Yxy: 17.28, 0.4025, 0.2756
  • Hunter Lab: 48.61, 41.35, -13.68
  • CIE-Lab: 48.61, 41.35, -13.68

In the XYZ color space, this color is represented as X: 25.24, Y: 17.28, Z: 20.19. The Yxy representation further refines this as Y: 17.28, x: 0.4025, and y: 0.2756.

In the Hunter Lab color space, this color is represented as L: 48.61, a: 41.35, and b: -13.68. Similarly, in the CIE-Lab color space, it is represented as L: 48.61, a: 41.35, and b: -13.68.

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

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

Analogous Colors of #AC558C

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

Split Complementary Colors of #AC558C

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

Tetradic Colors of #AC558C

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

Monochromatic Colors of #AC558C

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

Complementary Color of #AC558C

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

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

HTML Examples of #AC558C

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

Related Colors of #AC558C

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