Color: #AA033E

#AA033E Color Information

#AA033E is a dark color. The closest websafe version is #AA033E. A complement of this color would be #03AB70, perceived brightness is 0.23, and the grayscale version is #565656.

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

In a RGB color space, #AA033E is composed of 67% red, 1% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 64% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 9.30, x: 0.5783, and y: 0.2947.

Color Code #AA033E

#AA033Ergb(170, 3, 62)
HEX
#AA033E
RGB
rgb(170, 3, 62)
HSL
hsl(339, 97%, 34%)
HSV
hsv(339, 98%, 67%)
CMYK
0%, 98%, 64%, 33%
XYZ
X: 18.25, Y: 9.30, Z: 4.01
Lab
L: 36.56, a: 60.55, b: 17.64
Name

Shades of Color #AA033E

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

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

#AA033Ergb(170, 3, 62)

About #AA033E Color Code

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

  • HEX: #AA033E
  • RGB: rgb(170, 3, 62)
  • HSL: hsl(339, 97%, 34%)
  • HSV: hsv(339, 98%, 67%)
  • CMYK: 0.00% cyan, 98.00% magenta, 64.00% yellow, 33.00% black
  • XYZ: 18.25, 9.30, 4.01
  • Yxy: 9.30, 0.5783, 0.2947
  • Hunter Lab: 36.56, 60.55, 17.64
  • CIE-Lab: 36.56, 60.55, 17.64

In the XYZ color space, this color is represented as X: 18.25, Y: 9.30, Z: 4.01. The Yxy representation further refines this as Y: 9.30, x: 0.5783, and y: 0.2947.

In the Hunter Lab color space, this color is represented as L: 36.56, a: 60.55, and b: 17.64. Similarly, in the CIE-Lab color space, it is represented as L: 36.56, a: 60.55, and b: 17.64.

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

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

Analogous Colors of #AA033E

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

Split Complementary Colors of #AA033E

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

Tetradic Colors of #AA033E

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

Monochromatic Colors of #AA033E

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

Complementary Color of #AA033E

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

/* Using HEX */
body {
  background-color: #aa033e;
}
/* Using RGB */
body {
  background-color: rgb(170, 3, 62);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 3, 62, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(339, 97%, 34%);
}
/* Text color */
p {
  color: #aa033e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa033e;
}
/* Border color */
.box {
  border: 4px solid #aa033e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa033e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa033e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA033E
On Black Background
#AA033E
On White Background
#AA033E

HTML Examples of #AA033E

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

Related Colors of #AA033E

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