Shades of Royal Heath #AA5485
Tints of Royal Heath #AA5485
RGB
CMYK
RGB Variations
Color information
#AA5485 (or 0xAA5485) is known color: Royal Heath. HEX triplet: AA, 54 and 85. RGB value is (170,84,133). Sum of RGB (Red+Green+Blue) = 170+84+133=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5485 is #55AB7A. Grayscale: #737373. Windows color (decimal): -5614459 or 8737962. OLE color: 8737962.
HSL color Cylindrical-coordinate representation of color #AA5485: hue angle of 325.81º 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 #AA5485 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 133 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.33 |
| HSL | 325.81º | 0.34% | 0.5% | - |
| HSV(B) | 325.81º | 0.51% | 0.67% | - |
| XYZ | 23.98 | 16.58 | 24.13 | - |
| YUV | 115.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 133 | 0 | 0.51 | 0.22 | 0.33 | 325.81 | 0.34 | 0.5 |
| Hex | AA | 54 | 85 | 0 | 33 | 16 | 21 | 146 | 22 | 32 |
| Octal | 252 | 124 | 205 | 0 | 63 | 26 | 41 | 506 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10000101 | 0 | 110011 | 10110 | 100001 | 101000110 | 100010 | 110010 |
Color Harmonies of #AA5485
Complementary color
Monochromatic Colors of #AA5485
Black with #AA5485
Text Example
Text Example
White with #AA5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5485; }
p { color: rgb(170,84,133); }
H1.HeaderClassName
{
color: #AA5485;
}
.AnyTagClassName
{
color: #AA5485;
}
</style>
background-color css
<style>
a { background-color: #AA5485; }
a { background-color: rgb(170,84,133); }
div.DivClassName
{
background-color: #AA5485;
}
.BgClassName
{
background-color: #AA5485;
}
</style>
border-color css
<style>
span { border-color: #AA5485; }
span { border-color: rgb(170,84,133); }
td.TdClassName
{
border-color: #AA5485;
}
.TagClassName
{
border-color: #AA5485;
}
</style>