Shades of Royal Heath #A04F74
Tints of Royal Heath #A04F74
RGB
CMYK
RGB Variations
Color information
#A04F74 (or 0xA04F74) is known color: Royal Heath. HEX triplet: A0, 4F and 74. RGB value is (160,79,116). Sum of RGB (Red+Green+Blue) = 160+79+116=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F74 is #5FB08B. Grayscale: #6B6B6B. Windows color (decimal): -6271116 or 7622560. OLE color: 7622560.
HSL color Cylindrical-coordinate representation of color #A04F74: hue angle of 332.59º 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 #A04F74 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 116 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.37 |
| HSL | 332.59º | 0.34% | 0.47% | - |
| HSV(B) | 332.59º | 0.51% | 0.63% | - |
| XYZ | 20.45 | 14.33 | 18.21 | - |
| YUV | 107.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 116 | 0 | 0.51 | 0.28 | 0.37 | 332.59 | 0.34 | 0.47 |
| Hex | A0 | 4F | 74 | 0 | 33 | 1C | 25 | 14D | 22 | 2F |
| Octal | 240 | 117 | 164 | 0 | 63 | 34 | 45 | 515 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1110100 | 0 | 110011 | 11100 | 100101 | 101001101 | 100010 | 101111 |
Color Harmonies of #A04F74
Complementary color
Monochromatic Colors of #A04F74
Black with #A04F74
Text Example
Text Example
White with #A04F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F74; }
p { color: rgb(160,79,116); }
H1.HeaderClassName
{
color: #A04F74;
}
.AnyTagClassName
{
color: #A04F74;
}
</style>
background-color css
<style>
a { background-color: #A04F74; }
a { background-color: rgb(160,79,116); }
div.DivClassName
{
background-color: #A04F74;
}
.BgClassName
{
background-color: #A04F74;
}
</style>
border-color css
<style>
span { border-color: #A04F74; }
span { border-color: rgb(160,79,116); }
td.TdClassName
{
border-color: #A04F74;
}
.TagClassName
{
border-color: #A04F74;
}
</style>