Shades of Royal Heath #AA5A80
Tints of Royal Heath #AA5A80
RGB
CMYK
RGB Variations
Color information
#AA5A80 (or 0xAA5A80) is known color: Royal Heath. HEX triplet: AA, 5A and 80. RGB value is (170,90,128). Sum of RGB (Red+Green+Blue) = 170+90+128=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A80 is #55A57F. Grayscale: #767676. Windows color (decimal): -5612928 or 8411818. OLE color: 8411818.
HSL color Cylindrical-coordinate representation of color #AA5A80: hue angle of 331.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A80 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 128 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.33 |
| HSL | 331.5º | 0.32% | 0.51% | - |
| HSV(B) | 331.5º | 0.47% | 0.67% | - |
| XYZ | 24.13 | 17.42 | 22.51 | - |
| YUV | 118.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 128 | 0 | 0.47 | 0.25 | 0.33 | 331.5 | 0.32 | 0.51 |
| Hex | AA | 5A | 80 | 0 | 2F | 19 | 21 | 14C | 20 | 33 |
| Octal | 252 | 132 | 200 | 0 | 57 | 31 | 41 | 514 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10000000 | 0 | 101111 | 11001 | 100001 | 101001100 | 100000 | 110011 |
Color Harmonies of #AA5A80
Complementary color
Monochromatic Colors of #AA5A80
Black with #AA5A80
Text Example
Text Example
White with #AA5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A80; }
p { color: rgb(170,90,128); }
H1.HeaderClassName
{
color: #AA5A80;
}
.AnyTagClassName
{
color: #AA5A80;
}
</style>
background-color css
<style>
a { background-color: #AA5A80; }
a { background-color: rgb(170,90,128); }
div.DivClassName
{
background-color: #AA5A80;
}
.BgClassName
{
background-color: #AA5A80;
}
</style>
border-color css
<style>
span { border-color: #AA5A80; }
span { border-color: rgb(170,90,128); }
td.TdClassName
{
border-color: #AA5A80;
}
.TagClassName
{
border-color: #AA5A80;
}
</style>