Shades of Royal Heath #AA5982
Tints of Royal Heath #AA5982
RGB
CMYK
RGB Variations
Color information
#AA5982 (or 0xAA5982) is known color: Royal Heath. HEX triplet: AA, 59 and 82. RGB value is (170,89,130). Sum of RGB (Red+Green+Blue) = 170+89+130=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5982 is #55A67D. Grayscale: #757575. Windows color (decimal): -5613182 or 8542634. OLE color: 8542634.
HSL color Cylindrical-coordinate representation of color #AA5982: hue angle of 329.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5982 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 130 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.33 |
| HSL | 329.63º | 0.32% | 0.51% | - |
| HSV(B) | 329.63º | 0.48% | 0.67% | - |
| XYZ | 24.18 | 17.3 | 23.18 | - |
| YUV | 117.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 130 | 0 | 0.48 | 0.24 | 0.33 | 329.63 | 0.32 | 0.51 |
| Hex | AA | 59 | 82 | 0 | 30 | 18 | 21 | 14A | 20 | 33 |
| Octal | 252 | 131 | 202 | 0 | 60 | 30 | 41 | 512 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10000010 | 0 | 110000 | 11000 | 100001 | 101001010 | 100000 | 110011 |
Color Harmonies of #AA5982
Complementary color
Monochromatic Colors of #AA5982
Black with #AA5982
Text Example
Text Example
White with #AA5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5982; }
p { color: rgb(170,89,130); }
H1.HeaderClassName
{
color: #AA5982;
}
.AnyTagClassName
{
color: #AA5982;
}
</style>
background-color css
<style>
a { background-color: #AA5982; }
a { background-color: rgb(170,89,130); }
div.DivClassName
{
background-color: #AA5982;
}
.BgClassName
{
background-color: #AA5982;
}
</style>
border-color css
<style>
span { border-color: #AA5982; }
span { border-color: rgb(170,89,130); }
td.TdClassName
{
border-color: #AA5982;
}
.TagClassName
{
border-color: #AA5982;
}
</style>