Color: #A1567E

#A1567E Color Information

#A1567E is a dark color. The closest websafe version is #A1567E. A complement of this color would be #569F78, perceived brightness is 0.44, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 328°,a saturation of 30%, and a lightness of 48%.The HSV representation shows a hue of 328°, a saturation of 47%, and a value of 63%.

In a RGB color space, #A1567E is composed of 63% red, 34% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 22% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 15.87, x: 0.4073, and y: 0.2924.

Color Code #A1567E

#A1567Ergb(161, 86, 126)
HEX
#A1567E
RGB
rgb(161, 86, 126)
HSL
hsl(328, 30%, 48%)
HSV
hsv(328, 47%, 63%)
CMYK
0%, 47%, 22%, 37%
XYZ
X: 22.11, Y: 15.87, Z: 16.30
Lab
L: 46.80, a: 35.36, b: -8.20
Name

Shades of Color #A1567E

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

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

#A1567Ergb(161, 86, 126)

About #A1567E Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 30%, and a lightness of 48%. The HSV representation shows a hue of 328°, a saturation of 47%, and a value of 63%.

  • HEX: #A1567E
  • RGB: rgb(161, 86, 126)
  • HSL: hsl(328, 30%, 48%)
  • HSV: hsv(328, 47%, 63%)
  • CMYK: 0.00% cyan, 47.00% magenta, 22.00% yellow, 37.00% black
  • XYZ: 22.11, 15.87, 16.30
  • Yxy: 15.87, 0.4073, 0.2924
  • Hunter Lab: 46.80, 35.36, -8.20
  • CIE-Lab: 46.80, 35.36, -8.20

In the XYZ color space, this color is represented as X: 22.11, Y: 15.87, Z: 16.30. The Yxy representation further refines this as Y: 15.87, x: 0.4073, and y: 0.2924.

In the Hunter Lab color space, this color is represented as L: 46.80, a: 35.36, and b: -8.20. Similarly, in the CIE-Lab color space, it is represented as L: 46.80, a: 35.36, and b: -8.20.

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

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

Analogous Colors of #A1567E

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

Split Complementary Colors of #A1567E

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

Tetradic Colors of #A1567E

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

Monochromatic Colors of #A1567E

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

Complementary Color of #A1567E

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

/* Using HEX */
body {
  background-color: #a1567e;
}
/* Using RGB */
body {
  background-color: rgb(161, 86, 126);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 86, 126, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 30%, 48%);
}
/* Text color */
p {
  color: #a1567e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a1567e;
}
/* Border color */
.box {
  border: 4px solid #a1567e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a1567e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a1567e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A1567E
On Black Background
#A1567E
On White Background
#A1567E

HTML Examples of #A1567E

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

Related Colors of #A1567E

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