Shades of Royal Heath #A04F78
Tints of Royal Heath #A04F78
RGB
CMYK
RGB Variations
Color information
#A04F78 (or 0xA04F78) is known color: Royal Heath. HEX triplet: A0, 4F and 78. RGB value is (160,79,120). Sum of RGB (Red+Green+Blue) = 160+79+120=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F78 is #5FB087. Grayscale: #6B6B6B. Windows color (decimal): -6271112 or 7884704. OLE color: 7884704.
HSL color Cylindrical-coordinate representation of color #A04F78: hue angle of 329.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F78 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 120 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.37 |
| HSL | 329.63º | 0.34% | 0.47% | - |
| HSV(B) | 329.63º | 0.51% | 0.63% | - |
| XYZ | 20.68 | 14.42 | 19.46 | - |
| YUV | 107.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 120 | 0 | 0.51 | 0.25 | 0.37 | 329.63 | 0.34 | 0.47 |
| Hex | A0 | 4F | 78 | 0 | 33 | 19 | 25 | 14A | 22 | 2F |
| Octal | 240 | 117 | 170 | 0 | 63 | 31 | 45 | 512 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1111000 | 0 | 110011 | 11001 | 100101 | 101001010 | 100010 | 101111 |
Color Harmonies of #A04F78
Complementary color
Monochromatic Colors of #A04F78
Black with #A04F78
Text Example
Text Example
White with #A04F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F78; }
p { color: rgb(160,79,120); }
H1.HeaderClassName
{
color: #A04F78;
}
.AnyTagClassName
{
color: #A04F78;
}
</style>
background-color css
<style>
a { background-color: #A04F78; }
a { background-color: rgb(160,79,120); }
div.DivClassName
{
background-color: #A04F78;
}
.BgClassName
{
background-color: #A04F78;
}
</style>
border-color css
<style>
span { border-color: #A04F78; }
span { border-color: rgb(160,79,120); }
td.TdClassName
{
border-color: #A04F78;
}
.TagClassName
{
border-color: #A04F78;
}
</style>