Shades of Royal Heath #A84880
Tints of Royal Heath #A84880
RGB
CMYK
RGB Variations
Color information
#A84880 (or 0xA84880) is known color: Royal Heath. HEX triplet: A8, 48 and 80. RGB value is (168,72,128). Sum of RGB (Red+Green+Blue) = 168+72+128=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A84880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84880 is #57B77F. Grayscale: #6A6A6A. Windows color (decimal): -5748608 or 8407208. OLE color: 8407208.
HSL color Cylindrical-coordinate representation of color #A84880: hue angle of 325º 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 #A84880 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 128 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.34 |
| HSL | 325º | 0.4% | 0.47% | - |
| HSV(B) | 325º | 0.57% | 0.66% | - |
| XYZ | 22.36 | 14.52 | 22.05 | - |
| YUV | 107.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 128 | 0 | 0.57 | 0.24 | 0.34 | 325 | 0.4 | 0.47 |
| Hex | A8 | 48 | 80 | 0 | 39 | 18 | 22 | 145 | 28 | 2F |
| Octal | 250 | 110 | 200 | 0 | 71 | 30 | 42 | 505 | 50 | 57 |
| Binary | 10101000 | 1001000 | 10000000 | 0 | 111001 | 11000 | 100010 | 101000101 | 101000 | 101111 |
Color Harmonies of #A84880
Complementary color
Monochromatic Colors of #A84880
Black with #A84880
Text Example
Text Example
White with #A84880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84880; }
p { color: rgb(168,72,128); }
H1.HeaderClassName
{
color: #A84880;
}
.AnyTagClassName
{
color: #A84880;
}
</style>
background-color css
<style>
a { background-color: #A84880; }
a { background-color: rgb(168,72,128); }
div.DivClassName
{
background-color: #A84880;
}
.BgClassName
{
background-color: #A84880;
}
</style>
border-color css
<style>
span { border-color: #A84880; }
span { border-color: rgb(168,72,128); }
td.TdClassName
{
border-color: #A84880;
}
.TagClassName
{
border-color: #A84880;
}
</style>