Color: #AA719F
#AA719F Color Information
#AA719F is a light color. The closest websafe version is #AA719F. A complement of this color would be #70A97B, perceived brightness is 0.53, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 312°,a saturation of 25%, and a lightness of 55%.The HSV representation shows a hue of 312°, a saturation of 34%, and a value of 67%.
In a RGB color space, #AA719F is composed of 67% red, 44% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 6% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 22.88, x: 0.3668, and y: 0.2909.
Color Code #AA719F
Shades of Color #AA719F
Shades are created by darkening the original color #AA719F 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 #AA719F
Tints are created by lightening the original color #AA719F 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.
About #AA719F Color Code
In the HSL color space, this color has a hue angle of 312°, a saturation of 25%, and a lightness of 55%. The HSV representation shows a hue of 312°, a saturation of 34%, and a value of 67%.
- HEX: #AA719F
- RGB: rgb(170, 113, 159)
- HSL: hsl(312, 25%, 55%)
- HSV: hsv(312, 34%, 67%)
- CMYK: 0.00% cyan, 34.00% magenta, 6.00% yellow, 33.00% black
- XYZ: 28.85, 22.88, 26.92
- Yxy: 22.88, 0.3668, 0.2909
- Hunter Lab: 54.95, 28.59, -15.35
- CIE-Lab: 54.95, 28.59, -15.35
In the XYZ color space, this color is represented as X: 28.85, Y: 22.88, Z: 26.92. The Yxy representation further refines this as Y: 22.88, x: 0.3668, and y: 0.2909.
In the Hunter Lab color space, this color is represented as L: 54.95, a: 28.59, and b: -15.35. Similarly, in the CIE-Lab color space, it is represented as L: 54.95, a: 28.59, and b: -15.35.
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 #AA719F
Triadic colors are three colors evenly spaced around the color wheel, including #AA719F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA719F
Monochromatic colors are variations of #AA719F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA719F
The complementary color of #AA719F 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 #AA719F
/* Using HEX */ body { background-color: #aa719f; }
/* Using RGB */ body { background-color: rgb(170, 113, 159); }
/* Using RGB with opacity */ body { background-color: rgba(170, 113, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(312, 25%, 55%); }
/* Text color */ p { color: #aa719f; }
/* Box shadow */ div { box-shadow: 4px 4px #aa719f; }
/* Border color */ .box { border: 4px solid #aa719f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa719f; }
/* Background with text */ div { background: #aa719f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA719F
<!-- Using HEX --> <div style="background-color: #aa719f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 113, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 113, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(312, 25%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa719f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa719f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa719f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa719f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa719f; color: #fff; padding: 16px; border-radius: 8px;"> #AA719F </div>
Related Colors of #AA719F
These colors are similar to #AA719F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.