Shades of Royal Heath #A04877
Tints of Royal Heath #A04877
RGB
CMYK
RGB Variations
Color information
#A04877 (or 0xA04877) is known color: Royal Heath. HEX triplet: A0, 48 and 77. RGB value is (160,72,119). Sum of RGB (Red+Green+Blue) = 160+72+119=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A04877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04877 is #5FB788. Grayscale: #676767. Windows color (decimal): -6272905 or 7817376. OLE color: 7817376.
HSL color Cylindrical-coordinate representation of color #A04877: hue angle of 327.95º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04877 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 119 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.37 |
| HSL | 327.95º | 0.38% | 0.45% | - |
| HSV(B) | 327.95º | 0.55% | 0.63% | - |
| XYZ | 20.14 | 13.44 | 18.99 | - |
| YUV | 103.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 119 | 0 | 0.55 | 0.26 | 0.37 | 327.95 | 0.38 | 0.45 |
| Hex | A0 | 48 | 77 | 0 | 37 | 1A | 25 | 148 | 26 | 2D |
| Octal | 240 | 110 | 167 | 0 | 67 | 32 | 45 | 510 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1110111 | 0 | 110111 | 11010 | 100101 | 101001000 | 100110 | 101101 |
Color Harmonies of #A04877
Complementary color
Monochromatic Colors of #A04877
Black with #A04877
Text Example
Text Example
White with #A04877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04877; }
p { color: rgb(160,72,119); }
H1.HeaderClassName
{
color: #A04877;
}
.AnyTagClassName
{
color: #A04877;
}
</style>
background-color css
<style>
a { background-color: #A04877; }
a { background-color: rgb(160,72,119); }
div.DivClassName
{
background-color: #A04877;
}
.BgClassName
{
background-color: #A04877;
}
</style>
border-color css
<style>
span { border-color: #A04877; }
span { border-color: rgb(160,72,119); }
td.TdClassName
{
border-color: #A04877;
}
.TagClassName
{
border-color: #A04877;
}
</style>