Color: #A0037F

#A0037F Color Information

#A0037F is a dark color. The closest websafe version is #A0037F. A complement of this color would be #03A025, perceived brightness is 0.25, and the grayscale version is #525252.

In the HSL color space, this color has a hue angle of 313°,a saturation of 96%, and a lightness of 32%.The HSV representation shows a hue of 313°, a saturation of 98%, and a value of 63%.

In a RGB color space, #A0037F is composed of 63% red, 1% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 21% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 9.17, x: 0.4256, and y: 0.2121.

Color Code #A0037F

#A0037Frgb(160, 3, 127)
HEX
#A0037F
RGB
rgb(160, 3, 127)
HSL
hsl(313, 96%, 32%)
HSV
hsv(313, 98%, 63%)
CMYK
0%, 98%, 21%, 37%
XYZ
X: 18.40, Y: 9.17, Z: 15.66
Lab
L: 36.32, a: 62.37, b: -24.72
Name

Shades of Color #A0037F

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

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

#A0037Frgb(160, 3, 127)

About #A0037F Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 96%, and a lightness of 32%. The HSV representation shows a hue of 313°, a saturation of 98%, and a value of 63%.

  • HEX: #A0037F
  • RGB: rgb(160, 3, 127)
  • HSL: hsl(313, 96%, 32%)
  • HSV: hsv(313, 98%, 63%)
  • CMYK: 0.00% cyan, 98.00% magenta, 21.00% yellow, 37.00% black
  • XYZ: 18.40, 9.17, 15.66
  • Yxy: 9.17, 0.4256, 0.2121
  • Hunter Lab: 36.32, 62.37, -24.72
  • CIE-Lab: 36.32, 62.37, -24.72

In the XYZ color space, this color is represented as X: 18.40, Y: 9.17, Z: 15.66. The Yxy representation further refines this as Y: 9.17, x: 0.4256, and y: 0.2121.

In the Hunter Lab color space, this color is represented as L: 36.32, a: 62.37, and b: -24.72. Similarly, in the CIE-Lab color space, it is represented as L: 36.32, a: 62.37, and b: -24.72.

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

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

Analogous Colors of #A0037F

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

Split Complementary Colors of #A0037F

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

Tetradic Colors of #A0037F

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

Monochromatic Colors of #A0037F

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

Complementary Color of #A0037F

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

/* Using HEX */
body {
  background-color: #a0037f;
}
/* Using RGB */
body {
  background-color: rgb(160, 3, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 3, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(313, 96%, 32%);
}
/* Text color */
p {
  color: #a0037f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0037f;
}
/* Border color */
.box {
  border: 4px solid #a0037f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a0037f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a0037f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A0037F
On Black Background
#A0037F
On White Background
#A0037F

HTML Examples of #A0037F

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

Related Colors of #A0037F

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