Shades of Royal Heath #AA5378
Tints of Royal Heath #AA5378
RGB
CMYK
RGB Variations
Color information
#AA5378 (or 0xAA5378) is known color: Royal Heath. HEX triplet: AA, 53 and 78. RGB value is (170,83,120). Sum of RGB (Red+Green+Blue) = 170+83+120=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5378 is #55AC87. Grayscale: #717171. Windows color (decimal): -5614728 or 7885738. OLE color: 7885738.
HSL color Cylindrical-coordinate representation of color #AA5378: hue angle of 334.48º 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 #AA5378 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 120 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.33 |
| HSL | 334.48º | 0.34% | 0.5% | - |
| HSV(B) | 334.48º | 0.51% | 0.67% | - |
| XYZ | 23.06 | 16.09 | 19.66 | - |
| YUV | 113.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 120 | 0 | 0.51 | 0.29 | 0.33 | 334.48 | 0.34 | 0.5 |
| Hex | AA | 53 | 78 | 0 | 33 | 1D | 21 | 14E | 22 | 32 |
| Octal | 252 | 123 | 170 | 0 | 63 | 35 | 41 | 516 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1111000 | 0 | 110011 | 11101 | 100001 | 101001110 | 100010 | 110010 |
Color Harmonies of #AA5378
Complementary color
Monochromatic Colors of #AA5378
Black with #AA5378
Text Example
Text Example
White with #AA5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5378; }
p { color: rgb(170,83,120); }
H1.HeaderClassName
{
color: #AA5378;
}
.AnyTagClassName
{
color: #AA5378;
}
</style>
background-color css
<style>
a { background-color: #AA5378; }
a { background-color: rgb(170,83,120); }
div.DivClassName
{
background-color: #AA5378;
}
.BgClassName
{
background-color: #AA5378;
}
</style>
border-color css
<style>
span { border-color: #AA5378; }
span { border-color: rgb(170,83,120); }
td.TdClassName
{
border-color: #AA5378;
}
.TagClassName
{
border-color: #AA5378;
}
</style>