Color: #AA068D

#AA068D Color Information

#AA068D is a dark color. The closest websafe version is #AA068D. A complement of this color would be #06AC25, perceived brightness is 0.28, and the grayscale version is #585858.

In the HSL color space, this color has a hue angle of 311°,a saturation of 93%, and a lightness of 35%.The HSV representation shows a hue of 311°, a saturation of 96%, and a value of 67%.

In a RGB color space, #AA068D is composed of 67% red, 2% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 96% magenta, 17% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 10.69, x: 0.4141, and y: 0.2068.

Color Code #AA068D

#AA068Drgb(170, 6, 141)
HEX
#AA068D
RGB
rgb(170, 6, 141)
HSL
hsl(311, 93%, 35%)
HSV
hsv(311, 96%, 67%)
CMYK
0%, 96%, 17%, 33%
XYZ
X: 21.41, Y: 10.69, Z: 19.60
Lab
L: 39.05, a: 65.48, b: -28.94
Name

Shades of Color #AA068D

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

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

#AA068Drgb(170, 6, 141)

About #AA068D Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 93%, and a lightness of 35%. The HSV representation shows a hue of 311°, a saturation of 96%, and a value of 67%.

  • HEX: #AA068D
  • RGB: rgb(170, 6, 141)
  • HSL: hsl(311, 93%, 35%)
  • HSV: hsv(311, 96%, 67%)
  • CMYK: 0.00% cyan, 96.00% magenta, 17.00% yellow, 33.00% black
  • XYZ: 21.41, 10.69, 19.60
  • Yxy: 10.69, 0.4141, 0.2068
  • Hunter Lab: 39.05, 65.48, -28.94
  • CIE-Lab: 39.05, 65.48, -28.94

In the XYZ color space, this color is represented as X: 21.41, Y: 10.69, Z: 19.60. The Yxy representation further refines this as Y: 10.69, x: 0.4141, and y: 0.2068.

In the Hunter Lab color space, this color is represented as L: 39.05, a: 65.48, and b: -28.94. Similarly, in the CIE-Lab color space, it is represented as L: 39.05, a: 65.48, and b: -28.94.

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

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

Analogous Colors of #AA068D

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

Split Complementary Colors of #AA068D

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

Tetradic Colors of #AA068D

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

Monochromatic Colors of #AA068D

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

Complementary Color of #AA068D

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

/* Using HEX */
body {
  background-color: #aa068d;
}
/* Using RGB */
body {
  background-color: rgb(170, 6, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 6, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 93%, 35%);
}
/* Text color */
p {
  color: #aa068d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa068d;
}
/* Border color */
.box {
  border: 4px solid #aa068d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa068d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa068d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA068D
On Black Background
#AA068D
On White Background
#AA068D

HTML Examples of #AA068D

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

Related Colors of #AA068D

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