Shades of Royal Heath #AA5478
Tints of Royal Heath #AA5478
RGB
CMYK
RGB Variations
Color information
#AA5478 (or 0xAA5478) is known color: Royal Heath. HEX triplet: AA, 54 and 78. RGB value is (170,84,120). Sum of RGB (Red+Green+Blue) = 170+84+120=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5478 is #55AB87. Grayscale: #717171. Windows color (decimal): -5614472 or 7885994. OLE color: 7885994.
HSL color Cylindrical-coordinate representation of color #AA5478: hue angle of 334.88º 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 #AA5478 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 120 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.33 |
| HSL | 334.88º | 0.34% | 0.5% | - |
| HSV(B) | 334.88º | 0.51% | 0.67% | - |
| XYZ | 23.14 | 16.24 | 19.68 | - |
| YUV | 113.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 120 | 0 | 0.51 | 0.29 | 0.33 | 334.88 | 0.34 | 0.5 |
| Hex | AA | 54 | 78 | 0 | 33 | 1D | 21 | 14F | 22 | 32 |
| Octal | 252 | 124 | 170 | 0 | 63 | 35 | 41 | 517 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1111000 | 0 | 110011 | 11101 | 100001 | 101001111 | 100010 | 110010 |
Color Harmonies of #AA5478
Complementary color
Monochromatic Colors of #AA5478
Black with #AA5478
Text Example
Text Example
White with #AA5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5478; }
p { color: rgb(170,84,120); }
H1.HeaderClassName
{
color: #AA5478;
}
.AnyTagClassName
{
color: #AA5478;
}
</style>
background-color css
<style>
a { background-color: #AA5478; }
a { background-color: rgb(170,84,120); }
div.DivClassName
{
background-color: #AA5478;
}
.BgClassName
{
background-color: #AA5478;
}
</style>
border-color css
<style>
span { border-color: #AA5478; }
span { border-color: rgb(170,84,120); }
td.TdClassName
{
border-color: #AA5478;
}
.TagClassName
{
border-color: #AA5478;
}
</style>