Shades of Royal Heath #A85977
Tints of Royal Heath #A85977
RGB
CMYK
RGB Variations
Color information
#A85977 (or 0xA85977) is known color: Royal Heath. HEX triplet: A8, 59 and 77. RGB value is (168,89,119). Sum of RGB (Red+Green+Blue) = 168+89+119=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A85977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85977 is #57A688. Grayscale: #747474. Windows color (decimal): -5744265 or 7821736. OLE color: 7821736.
HSL color Cylindrical-coordinate representation of color #A85977: hue angle of 337.22º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85977 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 119 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.34 |
| HSL | 337.22º | 0.31% | 0.5% | - |
| HSV(B) | 337.22º | 0.47% | 0.66% | - |
| XYZ | 23.05 | 16.8 | 19.48 | - |
| YUV | 116.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 119 | 0 | 0.47 | 0.29 | 0.34 | 337.22 | 0.31 | 0.5 |
| Hex | A8 | 59 | 77 | 0 | 2F | 1D | 22 | 151 | 1F | 32 |
| Octal | 250 | 131 | 167 | 0 | 57 | 35 | 42 | 521 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1110111 | 0 | 101111 | 11101 | 100010 | 101010001 | 11111 | 110010 |
Color Harmonies of #A85977
Complementary color
Monochromatic Colors of #A85977
Black with #A85977
Text Example
Text Example
White with #A85977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85977; }
p { color: rgb(168,89,119); }
H1.HeaderClassName
{
color: #A85977;
}
.AnyTagClassName
{
color: #A85977;
}
</style>
background-color css
<style>
a { background-color: #A85977; }
a { background-color: rgb(168,89,119); }
div.DivClassName
{
background-color: #A85977;
}
.BgClassName
{
background-color: #A85977;
}
</style>
border-color css
<style>
span { border-color: #A85977; }
span { border-color: rgb(168,89,119); }
td.TdClassName
{
border-color: #A85977;
}
.TagClassName
{
border-color: #A85977;
}
</style>