Shades of Royal Heath #A84780
Tints of Royal Heath #A84780
RGB
CMYK
RGB Variations
Color information
#A84780 (or 0xA84780) is known color: Royal Heath. HEX triplet: A8, 47 and 80. RGB value is (168,71,128). Sum of RGB (Red+Green+Blue) = 168+71+128=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A84780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84780 is #57B87F. Grayscale: #6A6A6A. Windows color (decimal): -5748864 or 8406952. OLE color: 8406952.
HSL color Cylindrical-coordinate representation of color #A84780: hue angle of 324.74º 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 #A84780 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 128 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.34 |
| HSL | 324.74º | 0.41% | 0.47% | - |
| HSV(B) | 324.74º | 0.58% | 0.66% | - |
| XYZ | 22.3 | 14.39 | 22.02 | - |
| YUV | 106.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 128 | 0 | 0.58 | 0.24 | 0.34 | 324.74 | 0.41 | 0.47 |
| Hex | A8 | 47 | 80 | 0 | 3A | 18 | 22 | 145 | 29 | 2F |
| Octal | 250 | 107 | 200 | 0 | 72 | 30 | 42 | 505 | 51 | 57 |
| Binary | 10101000 | 1000111 | 10000000 | 0 | 111010 | 11000 | 100010 | 101000101 | 101001 | 101111 |
Color Harmonies of #A84780
Complementary color
Monochromatic Colors of #A84780
Black with #A84780
Text Example
Text Example
White with #A84780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84780; }
p { color: rgb(168,71,128); }
H1.HeaderClassName
{
color: #A84780;
}
.AnyTagClassName
{
color: #A84780;
}
</style>
background-color css
<style>
a { background-color: #A84780; }
a { background-color: rgb(168,71,128); }
div.DivClassName
{
background-color: #A84780;
}
.BgClassName
{
background-color: #A84780;
}
</style>
border-color css
<style>
span { border-color: #A84780; }
span { border-color: rgb(168,71,128); }
td.TdClassName
{
border-color: #A84780;
}
.TagClassName
{
border-color: #A84780;
}
</style>