Shades of Royal Heath #AA5483
Tints of Royal Heath #AA5483
RGB
CMYK
RGB Variations
Color information
#AA5483 (or 0xAA5483) is known color: Royal Heath. HEX triplet: AA, 54 and 83. RGB value is (170,84,131). Sum of RGB (Red+Green+Blue) = 170+84+131=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5483 is #55AB7C. Grayscale: #727272. Windows color (decimal): -5614461 or 8606890. OLE color: 8606890.
HSL color Cylindrical-coordinate representation of color #AA5483: hue angle of 327.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5483 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 131 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.33 |
| HSL | 327.21º | 0.34% | 0.5% | - |
| HSV(B) | 327.21º | 0.51% | 0.67% | - |
| XYZ | 23.84 | 16.53 | 23.41 | - |
| YUV | 115.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 131 | 0 | 0.51 | 0.23 | 0.33 | 327.21 | 0.34 | 0.5 |
| Hex | AA | 54 | 83 | 0 | 33 | 17 | 21 | 147 | 22 | 32 |
| Octal | 252 | 124 | 203 | 0 | 63 | 27 | 41 | 507 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10000011 | 0 | 110011 | 10111 | 100001 | 101000111 | 100010 | 110010 |
Color Harmonies of #AA5483
Complementary color
Monochromatic Colors of #AA5483
Black with #AA5483
Text Example
Text Example
White with #AA5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5483; }
p { color: rgb(170,84,131); }
H1.HeaderClassName
{
color: #AA5483;
}
.AnyTagClassName
{
color: #AA5483;
}
</style>
background-color css
<style>
a { background-color: #AA5483; }
a { background-color: rgb(170,84,131); }
div.DivClassName
{
background-color: #AA5483;
}
.BgClassName
{
background-color: #AA5483;
}
</style>
border-color css
<style>
span { border-color: #AA5483; }
span { border-color: rgb(170,84,131); }
td.TdClassName
{
border-color: #AA5483;
}
.TagClassName
{
border-color: #AA5483;
}
</style>