Color: #AC017C

#AC017C Color Information

#AC017C is a dark color. The closest websafe version is #AC017C. A complement of this color would be #01AD32, perceived brightness is 0.26, and the grayscale version is #575757.

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

In a RGB color space, #AC017C is composed of 67% red, 0% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 99% magenta, 28% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 10.42, x: 0.4514, and y: 0.2252.

Color Code #AC017C

#AC017Crgb(172, 1, 124)
HEX
#AC017C
RGB
rgb(172, 1, 124)
HSL
hsl(317, 99%, 34%)
HSV
hsv(317, 99%, 67%)
CMYK
0%, 99%, 28%, 33%
XYZ
X: 20.89, Y: 10.42, Z: 14.97
Lab
L: 38.59, a: 64.97, b: -19.10
Name

Shades of Color #AC017C

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

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

#AC017Crgb(172, 1, 124)

About #AC017C Color Code

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

  • HEX: #AC017C
  • RGB: rgb(172, 1, 124)
  • HSL: hsl(317, 99%, 34%)
  • HSV: hsv(317, 99%, 67%)
  • CMYK: 0.00% cyan, 99.00% magenta, 28.00% yellow, 33.00% black
  • XYZ: 20.89, 10.42, 14.97
  • Yxy: 10.42, 0.4514, 0.2252
  • Hunter Lab: 38.59, 64.97, -19.10
  • CIE-Lab: 38.59, 64.97, -19.10

In the XYZ color space, this color is represented as X: 20.89, Y: 10.42, Z: 14.97. The Yxy representation further refines this as Y: 10.42, x: 0.4514, and y: 0.2252.

In the Hunter Lab color space, this color is represented as L: 38.59, a: 64.97, and b: -19.10. Similarly, in the CIE-Lab color space, it is represented as L: 38.59, a: 64.97, and b: -19.10.

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

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

Analogous Colors of #AC017C

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

Monochromatic Colors of #AC017C

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

Complementary Color of #AC017C

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

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

HTML Examples of #AC017C

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

Related Colors of #AC017C

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