Color: #AC127C

#AC127C Color Information

#AC127C is a dark color. The closest websafe version is #AC127C. A complement of this color would be #12AB42, perceived brightness is 0.30, and the grayscale version is #5F5F5F.

In the HSL color space, this color has a hue angle of 319°,a saturation of 81%, and a lightness of 37%.The HSV representation shows a hue of 319°, a saturation of 90%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 10.83, x: 0.4494, and y: 0.2306.

Color Code #AC127C

#AC127Crgb(172, 18, 124)
HEX
#AC127C
RGB
rgb(172, 18, 124)
HSL
hsl(319, 81%, 37%)
HSV
hsv(319, 90%, 67%)
CMYK
0%, 90%, 28%, 33%
XYZ
X: 21.11, Y: 10.83, Z: 15.03
Lab
L: 39.30, a: 62.97, b: -18.02
Name

Shades of Color #AC127C

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

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

#AC127Crgb(172, 18, 124)

About #AC127C Color Code

In the HSL color space, this color has a hue angle of 319°, a saturation of 81%, and a lightness of 37%. The HSV representation shows a hue of 319°, a saturation of 90%, and a value of 67%.

  • HEX: #AC127C
  • RGB: rgb(172, 18, 124)
  • HSL: hsl(319, 81%, 37%)
  • HSV: hsv(319, 90%, 67%)
  • CMYK: 0.00% cyan, 90.00% magenta, 28.00% yellow, 33.00% black
  • XYZ: 21.11, 10.83, 15.03
  • Yxy: 10.83, 0.4494, 0.2306
  • Hunter Lab: 39.30, 62.97, -18.02
  • CIE-Lab: 39.30, 62.97, -18.02

In the XYZ color space, this color is represented as X: 21.11, Y: 10.83, Z: 15.03. The Yxy representation further refines this as Y: 10.83, x: 0.4494, and y: 0.2306.

In the Hunter Lab color space, this color is represented as L: 39.30, a: 62.97, and b: -18.02. Similarly, in the CIE-Lab color space, it is represented as L: 39.30, a: 62.97, and b: -18.02.

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

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

Analogous Colors of #AC127C

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

Split Complementary Colors of #AC127C

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

Tetradic Colors of #AC127C

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

Monochromatic Colors of #AC127C

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

Complementary Color of #AC127C

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

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

HTML Examples of #AC127C

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

Related Colors of #AC127C

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