Shades of Royal Heath #A04776
Tints of Royal Heath #A04776
RGB
CMYK
RGB Variations
Color information
#A04776 (or 0xA04776) is known color: Royal Heath. HEX triplet: A0, 47 and 76. RGB value is (160,71,118). Sum of RGB (Red+Green+Blue) = 160+71+118=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A04776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04776 is #5FB889. Grayscale: #666666. Windows color (decimal): -6273162 or 7751584. OLE color: 7751584.
HSL color Cylindrical-coordinate representation of color #A04776: hue angle of 328.31º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04776 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 118 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.37 |
| HSL | 328.31º | 0.39% | 0.45% | - |
| HSV(B) | 328.31º | 0.56% | 0.63% | - |
| XYZ | 20.02 | 13.29 | 18.65 | - |
| YUV | 102.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 118 | 0 | 0.56 | 0.26 | 0.37 | 328.31 | 0.39 | 0.45 |
| Hex | A0 | 47 | 76 | 0 | 38 | 1A | 25 | 148 | 27 | 2D |
| Octal | 240 | 107 | 166 | 0 | 70 | 32 | 45 | 510 | 47 | 55 |
| Binary | 10100000 | 1000111 | 1110110 | 0 | 111000 | 11010 | 100101 | 101001000 | 100111 | 101101 |
Color Harmonies of #A04776
Complementary color
Monochromatic Colors of #A04776
Black with #A04776
Text Example
Text Example
White with #A04776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04776; }
p { color: rgb(160,71,118); }
H1.HeaderClassName
{
color: #A04776;
}
.AnyTagClassName
{
color: #A04776;
}
</style>
background-color css
<style>
a { background-color: #A04776; }
a { background-color: rgb(160,71,118); }
div.DivClassName
{
background-color: #A04776;
}
.BgClassName
{
background-color: #A04776;
}
</style>
border-color css
<style>
span { border-color: #A04776; }
span { border-color: rgb(160,71,118); }
td.TdClassName
{
border-color: #A04776;
}
.TagClassName
{
border-color: #A04776;
}
</style>