Color: #AA367F

#AA367F Color Information

#AA367F is a dark color. The closest websafe version is #AA367F. A complement of this color would be #36AB61, perceived brightness is 0.38, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 322°,a saturation of 52%, and a lightness of 44%.The HSV representation shows a hue of 322°, a saturation of 68%, and a value of 67%.

In a RGB color space, #AA367F is composed of 67% red, 21% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 68% magenta, 25% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 12.88, x: 0.4316, and y: 0.2528.

Color Code #AA367F

#AA367Frgb(170, 54, 127)
HEX
#AA367F
RGB
rgb(170, 54, 127)
HSL
hsl(322, 52%, 44%)
HSV
hsv(322, 68%, 67%)
CMYK
0%, 68%, 25%, 33%
XYZ
X: 21.99, Y: 12.88, Z: 16.08
Lab
L: 42.57, a: 52.99, b: -14.95
Name

Shades of Color #AA367F

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

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

#AA367Frgb(170, 54, 127)

About #AA367F Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 52%, and a lightness of 44%. The HSV representation shows a hue of 322°, a saturation of 68%, and a value of 67%.

  • HEX: #AA367F
  • RGB: rgb(170, 54, 127)
  • HSL: hsl(322, 52%, 44%)
  • HSV: hsv(322, 68%, 67%)
  • CMYK: 0.00% cyan, 68.00% magenta, 25.00% yellow, 33.00% black
  • XYZ: 21.99, 12.88, 16.08
  • Yxy: 12.88, 0.4316, 0.2528
  • Hunter Lab: 42.57, 52.99, -14.95
  • CIE-Lab: 42.57, 52.99, -14.95

In the XYZ color space, this color is represented as X: 21.99, Y: 12.88, Z: 16.08. The Yxy representation further refines this as Y: 12.88, x: 0.4316, and y: 0.2528.

In the Hunter Lab color space, this color is represented as L: 42.57, a: 52.99, and b: -14.95. Similarly, in the CIE-Lab color space, it is represented as L: 42.57, a: 52.99, and b: -14.95.

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

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

Analogous Colors of #AA367F

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

Split Complementary Colors of #AA367F

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

Tetradic Colors of #AA367F

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

Monochromatic Colors of #AA367F

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

Complementary Color of #AA367F

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

/* Using HEX */
body {
  background-color: #aa367f;
}
/* Using RGB */
body {
  background-color: rgb(170, 54, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 54, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 52%, 44%);
}
/* Text color */
p {
  color: #aa367f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa367f;
}
/* Border color */
.box {
  border: 4px solid #aa367f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa367f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa367f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA367F
On Black Background
#AA367F
On White Background
#AA367F

HTML Examples of #AA367F

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

Related Colors of #AA367F

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