Shades of Royal Heath #A84778
Tints of Royal Heath #A84778
RGB
CMYK
RGB Variations
Color information
#A84778 (or 0xA84778) is known color: Royal Heath. HEX triplet: A8, 47 and 78. RGB value is (168,71,120). Sum of RGB (Red+Green+Blue) = 168+71+120=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A84778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84778 is #57B887. Grayscale: #696969. Windows color (decimal): -5748872 or 7882664. OLE color: 7882664.
HSL color Cylindrical-coordinate representation of color #A84778: hue angle of 329.69º 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 #A84778 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 120 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.34 |
| HSL | 329.69º | 0.41% | 0.47% | - |
| HSV(B) | 329.69º | 0.58% | 0.66% | - |
| XYZ | 21.79 | 14.19 | 19.36 | - |
| YUV | 105.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 120 | 0 | 0.58 | 0.29 | 0.34 | 329.69 | 0.41 | 0.47 |
| Hex | A8 | 47 | 78 | 0 | 3A | 1D | 22 | 14A | 29 | 2F |
| Octal | 250 | 107 | 170 | 0 | 72 | 35 | 42 | 512 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1111000 | 0 | 111010 | 11101 | 100010 | 101001010 | 101001 | 101111 |
Color Harmonies of #A84778
Complementary color
Monochromatic Colors of #A84778
Black with #A84778
Text Example
Text Example
White with #A84778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84778; }
p { color: rgb(168,71,120); }
H1.HeaderClassName
{
color: #A84778;
}
.AnyTagClassName
{
color: #A84778;
}
</style>
background-color css
<style>
a { background-color: #A84778; }
a { background-color: rgb(168,71,120); }
div.DivClassName
{
background-color: #A84778;
}
.BgClassName
{
background-color: #A84778;
}
</style>
border-color css
<style>
span { border-color: #A84778; }
span { border-color: rgb(168,71,120); }
td.TdClassName
{
border-color: #A84778;
}
.TagClassName
{
border-color: #A84778;
}
</style>