Shades of Royal Heath #A84870
Tints of Royal Heath #A84870
RGB
CMYK
RGB Variations
Color information
#A84870 (or 0xA84870) is known color: Royal Heath. HEX triplet: A8, 48 and 70. RGB value is (168,72,112). Sum of RGB (Red+Green+Blue) = 168+72+112=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84870 is #57B78F. Grayscale: #696969. Windows color (decimal): -5748624 or 7358632. OLE color: 7358632.
HSL color Cylindrical-coordinate representation of color #A84870: hue angle of 335º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84870 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 112 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.34 |
| HSL | 335º | 0.4% | 0.47% | - |
| HSV(B) | 335º | 0.57% | 0.66% | - |
| XYZ | 21.39 | 14.13 | 16.93 | - |
| YUV | 105.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 112 | 0 | 0.57 | 0.33 | 0.34 | 335 | 0.4 | 0.47 |
| Hex | A8 | 48 | 70 | 0 | 39 | 21 | 22 | 14F | 28 | 2F |
| Octal | 250 | 110 | 160 | 0 | 71 | 41 | 42 | 517 | 50 | 57 |
| Binary | 10101000 | 1001000 | 1110000 | 0 | 111001 | 100001 | 100010 | 101001111 | 101000 | 101111 |
Color Harmonies of #A84870
Complementary color
Monochromatic Colors of #A84870
Black with #A84870
Text Example
Text Example
White with #A84870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84870; }
p { color: rgb(168,72,112); }
H1.HeaderClassName
{
color: #A84870;
}
.AnyTagClassName
{
color: #A84870;
}
</style>
background-color css
<style>
a { background-color: #A84870; }
a { background-color: rgb(168,72,112); }
div.DivClassName
{
background-color: #A84870;
}
.BgClassName
{
background-color: #A84870;
}
</style>
border-color css
<style>
span { border-color: #A84870; }
span { border-color: rgb(168,72,112); }
td.TdClassName
{
border-color: #A84870;
}
.TagClassName
{
border-color: #A84870;
}
</style>