Color: #AA46AF

#AA46AF Color Information

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

In the HSL color space, this color has a hue angle of 297°,a saturation of 43%, and a lightness of 48%.The HSV representation shows a hue of 297°, a saturation of 60%, and a value of 69%.

In a RGB color space, #AA46AF is composed of 67% red, 27% green and 69% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 60% magenta, 0% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 15.93, x: 0.3530, and y: 0.2161.

Color Code #AA46AF

#AA46AFrgb(170, 70, 175)
HEX
#AA46AF
RGB
rgb(170, 70, 175)
HSL
hsl(297, 43%, 48%)
HSV
hsv(297, 60%, 69%)
CMYK
3%, 60%, 0%, 31%
XYZ
X: 26.02, Y: 15.93, Z: 31.77
Lab
L: 46.89, a: 52.05, b: -37.07
Name

Shades of Color #AA46AF

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

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

#AA46AFrgb(170, 70, 175)

About #AA46AF Color Code

In the HSL color space, this color has a hue angle of 297°, a saturation of 43%, and a lightness of 48%. The HSV representation shows a hue of 297°, a saturation of 60%, and a value of 69%.

  • HEX: #AA46AF
  • RGB: rgb(170, 70, 175)
  • HSL: hsl(297, 43%, 48%)
  • HSV: hsv(297, 60%, 69%)
  • CMYK: 3.00% cyan, 60.00% magenta, 0.00% yellow, 31.00% black
  • XYZ: 26.02, 15.93, 31.77
  • Yxy: 15.93, 0.3530, 0.2161
  • Hunter Lab: 46.89, 52.05, -37.07
  • CIE-Lab: 46.89, 52.05, -37.07

In the XYZ color space, this color is represented as X: 26.02, Y: 15.93, Z: 31.77. The Yxy representation further refines this as Y: 15.93, x: 0.3530, and y: 0.2161.

In the Hunter Lab color space, this color is represented as L: 46.89, a: 52.05, and b: -37.07. Similarly, in the CIE-Lab color space, it is represented as L: 46.89, a: 52.05, and b: -37.07.

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

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

Analogous Colors of #AA46AF

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

Split Complementary Colors of #AA46AF

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

Tetradic Colors of #AA46AF

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

Monochromatic Colors of #AA46AF

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

Complementary Color of #AA46AF

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

/* Using HEX */
body {
  background-color: #aa46af;
}
/* Using RGB */
body {
  background-color: rgb(170, 70, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 70, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(297, 43%, 48%);
}
/* Text color */
p {
  color: #aa46af;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa46af;
}
/* Border color */
.box {
  border: 4px solid #aa46af;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa46af;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa46af;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA46AF
On Black Background
#AA46AF
On White Background
#AA46AF

HTML Examples of #AA46AF

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

Related Colors of #AA46AF

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