Color: #AA448F
#AA448F Color Information
#AA448F is a dark color. The closest websafe version is #AA448F. A complement of this color would be #44AB60, perceived brightness is 0.42, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 316°,a saturation of 43%, and a lightness of 47%.The HSV representation shows a hue of 316°, a saturation of 60%, and a value of 67%.
In a RGB color space, #AA448F is composed of 67% red, 27% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 16% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 14.75, x: 0.4003, and y: 0.2492.
Color Code #AA448F
Shades of Color #AA448F
Shades are created by darkening the original color #AA448F 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 #AA448F
Tints are created by lightening the original color #AA448F 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 #AA448F Color Code
In the HSL color space, this color has a hue angle of 316°, a saturation of 43%, and a lightness of 47%. The HSV representation shows a hue of 316°, a saturation of 60%, and a value of 67%.
- HEX: #AA448F
- RGB: rgb(170, 68, 143)
- HSL: hsl(316, 43%, 47%)
- HSV: hsv(316, 60%, 67%)
- CMYK: 0.00% cyan, 60.00% magenta, 16.00% yellow, 33.00% black
- XYZ: 23.69, 14.75, 20.74
- Yxy: 14.75, 0.4003, 0.2492
- Hunter Lab: 45.29, 48.94, -20.53
- CIE-Lab: 45.29, 48.94, -20.53
In the XYZ color space, this color is represented as X: 23.69, Y: 14.75, Z: 20.74. The Yxy representation further refines this as Y: 14.75, x: 0.4003, and y: 0.2492.
In the Hunter Lab color space, this color is represented as L: 45.29, a: 48.94, and b: -20.53. Similarly, in the CIE-Lab color space, it is represented as L: 45.29, a: 48.94, and b: -20.53.
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 #AA448F
Triadic colors are three colors evenly spaced around the color wheel, including #AA448F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA448F
Monochromatic colors are variations of #AA448F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA448F
The complementary color of #AA448F 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 #AA448F
/* Using HEX */ body { background-color: #aa448f; }
/* Using RGB */ body { background-color: rgb(170, 68, 143); }
/* Using RGB with opacity */ body { background-color: rgba(170, 68, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(316, 43%, 47%); }
/* Text color */ p { color: #aa448f; }
/* Box shadow */ div { box-shadow: 4px 4px #aa448f; }
/* Border color */ .box { border: 4px solid #aa448f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa448f; }
/* Background with text */ div { background: #aa448f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA448F
<!-- Using HEX --> <div style="background-color: #aa448f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 68, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 68, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(316, 43%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa448f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa448f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa448f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa448f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa448f; color: #fff; padding: 16px; border-radius: 8px;"> #AA448F </div>
Related Colors of #AA448F
These colors are similar to #AA448F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.