Shades of Royal Heath #A04C77
Tints of Royal Heath #A04C77
RGB
CMYK
RGB Variations
Color information
#A04C77 (or 0xA04C77) is known color: Royal Heath. HEX triplet: A0, 4C and 77. RGB value is (160,76,119). Sum of RGB (Red+Green+Blue) = 160+76+119=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C77 is #5FB388. Grayscale: #696969. Windows color (decimal): -6271881 or 7818400. OLE color: 7818400.
HSL color Cylindrical-coordinate representation of color #A04C77: hue angle of 329.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C77 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 119 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.37 |
| HSL | 329.29º | 0.36% | 0.46% | - |
| HSV(B) | 329.29º | 0.53% | 0.63% | - |
| XYZ | 20.41 | 13.97 | 19.07 | - |
| YUV | 106.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 119 | 0 | 0.52 | 0.26 | 0.37 | 329.29 | 0.36 | 0.46 |
| Hex | A0 | 4C | 77 | 0 | 34 | 1A | 25 | 149 | 24 | 2E |
| Octal | 240 | 114 | 167 | 0 | 64 | 32 | 45 | 511 | 44 | 56 |
| Binary | 10100000 | 1001100 | 1110111 | 0 | 110100 | 11010 | 100101 | 101001001 | 100100 | 101110 |
Color Harmonies of #A04C77
Complementary color
Monochromatic Colors of #A04C77
Black with #A04C77
Text Example
Text Example
White with #A04C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C77; }
p { color: rgb(160,76,119); }
H1.HeaderClassName
{
color: #A04C77;
}
.AnyTagClassName
{
color: #A04C77;
}
</style>
background-color css
<style>
a { background-color: #A04C77; }
a { background-color: rgb(160,76,119); }
div.DivClassName
{
background-color: #A04C77;
}
.BgClassName
{
background-color: #A04C77;
}
</style>
border-color css
<style>
span { border-color: #A04C77; }
span { border-color: rgb(160,76,119); }
td.TdClassName
{
border-color: #A04C77;
}
.TagClassName
{
border-color: #A04C77;
}
</style>