Shades of Royal Heath #A04780
Tints of Royal Heath #A04780
RGB
CMYK
RGB Variations
Color information
#A04780 (or 0xA04780) is known color: Royal Heath. HEX triplet: A0, 47 and 80. RGB value is (160,71,128). Sum of RGB (Red+Green+Blue) = 160+71+128=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04780 is #5FB87F. Grayscale: #676767. Windows color (decimal): -6273152 or 8406944. OLE color: 8406944.
HSL color Cylindrical-coordinate representation of color #A04780: hue angle of 321.57º 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 #A04780 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 128 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.37 |
| HSL | 321.57º | 0.39% | 0.45% | - |
| HSV(B) | 321.57º | 0.56% | 0.63% | - |
| XYZ | 20.65 | 13.54 | 21.95 | - |
| YUV | 104.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 128 | 0 | 0.56 | 0.20 | 0.37 | 321.57 | 0.39 | 0.45 |
| Hex | A0 | 47 | 80 | 0 | 38 | 14 | 25 | 142 | 27 | 2D |
| Octal | 240 | 107 | 200 | 0 | 70 | 24 | 45 | 502 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10000000 | 0 | 111000 | 10100 | 100101 | 101000010 | 100111 | 101101 |
Color Harmonies of #A04780
Complementary color
Monochromatic Colors of #A04780
Black with #A04780
Text Example
Text Example
White with #A04780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04780; }
p { color: rgb(160,71,128); }
H1.HeaderClassName
{
color: #A04780;
}
.AnyTagClassName
{
color: #A04780;
}
</style>
background-color css
<style>
a { background-color: #A04780; }
a { background-color: rgb(160,71,128); }
div.DivClassName
{
background-color: #A04780;
}
.BgClassName
{
background-color: #A04780;
}
</style>
border-color css
<style>
span { border-color: #A04780; }
span { border-color: rgb(160,71,128); }
td.TdClassName
{
border-color: #A04780;
}
.TagClassName
{
border-color: #A04780;
}
</style>