Shades of Royal Heath #AA5778
Tints of Royal Heath #AA5778
RGB
CMYK
RGB Variations
Color information
#AA5778 (or 0xAA5778) is known color: Royal Heath. HEX triplet: AA, 57 and 78. RGB value is (170,87,120). Sum of RGB (Red+Green+Blue) = 170+87+120=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5778 is #55A887. Grayscale: #737373. Windows color (decimal): -5613704 or 7886762. OLE color: 7886762.
HSL color Cylindrical-coordinate representation of color #AA5778: hue angle of 336.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5778 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 120 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.33 |
| HSL | 336.14º | 0.33% | 0.5% | - |
| HSV(B) | 336.14º | 0.49% | 0.67% | - |
| XYZ | 23.38 | 16.72 | 19.76 | - |
| YUV | 115.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 120 | 0 | 0.49 | 0.29 | 0.33 | 336.14 | 0.33 | 0.5 |
| Hex | AA | 57 | 78 | 0 | 31 | 1D | 21 | 150 | 21 | 32 |
| Octal | 252 | 127 | 170 | 0 | 61 | 35 | 41 | 520 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1111000 | 0 | 110001 | 11101 | 100001 | 101010000 | 100001 | 110010 |
Color Harmonies of #AA5778
Complementary color
Monochromatic Colors of #AA5778
Black with #AA5778
Text Example
Text Example
White with #AA5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5778; }
p { color: rgb(170,87,120); }
H1.HeaderClassName
{
color: #AA5778;
}
.AnyTagClassName
{
color: #AA5778;
}
</style>
background-color css
<style>
a { background-color: #AA5778; }
a { background-color: rgb(170,87,120); }
div.DivClassName
{
background-color: #AA5778;
}
.BgClassName
{
background-color: #AA5778;
}
</style>
border-color css
<style>
span { border-color: #AA5778; }
span { border-color: rgb(170,87,120); }
td.TdClassName
{
border-color: #AA5778;
}
.TagClassName
{
border-color: #AA5778;
}
</style>