Shades of Royal Heath #A84770
Tints of Royal Heath #A84770
RGB
CMYK
RGB Variations
Color information
#A84770 (or 0xA84770) is known color: Royal Heath. HEX triplet: A8, 47 and 70. RGB value is (168,71,112). Sum of RGB (Red+Green+Blue) = 168+71+112=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84770 is #57B88F. Grayscale: #686868. Windows color (decimal): -5748880 or 7358376. OLE color: 7358376.
HSL color Cylindrical-coordinate representation of color #A84770: hue angle of 334.64º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84770 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 112 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.34 |
| HSL | 334.64º | 0.41% | 0.47% | - |
| HSV(B) | 334.64º | 0.58% | 0.66% | - |
| XYZ | 21.33 | 14 | 16.91 | - |
| YUV | 104.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 112 | 0 | 0.58 | 0.33 | 0.34 | 334.64 | 0.41 | 0.47 |
| Hex | A8 | 47 | 70 | 0 | 3A | 21 | 22 | 14F | 29 | 2F |
| Octal | 250 | 107 | 160 | 0 | 72 | 41 | 42 | 517 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1110000 | 0 | 111010 | 100001 | 100010 | 101001111 | 101001 | 101111 |
Color Harmonies of #A84770
Complementary color
Monochromatic Colors of #A84770
Black with #A84770
Text Example
Text Example
White with #A84770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84770; }
p { color: rgb(168,71,112); }
H1.HeaderClassName
{
color: #A84770;
}
.AnyTagClassName
{
color: #A84770;
}
</style>
background-color css
<style>
a { background-color: #A84770; }
a { background-color: rgb(168,71,112); }
div.DivClassName
{
background-color: #A84770;
}
.BgClassName
{
background-color: #A84770;
}
</style>
border-color css
<style>
span { border-color: #A84770; }
span { border-color: rgb(168,71,112); }
td.TdClassName
{
border-color: #A84770;
}
.TagClassName
{
border-color: #A84770;
}
</style>