Shades of Royal Heath #A85477
Tints of Royal Heath #A85477
RGB
CMYK
RGB Variations
Color information
#A85477 (or 0xA85477) is known color: Royal Heath. HEX triplet: A8, 54 and 77. RGB value is (168,84,119). Sum of RGB (Red+Green+Blue) = 168+84+119=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85477 is #57AB88. Grayscale: #717171. Windows color (decimal): -5745545 or 7820456. OLE color: 7820456.
HSL color Cylindrical-coordinate representation of color #A85477: hue angle of 335º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85477 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 119 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.34 |
| HSL | 335º | 0.33% | 0.49% | - |
| HSV(B) | 335º | 0.5% | 0.66% | - |
| XYZ | 22.65 | 16 | 19.35 | - |
| YUV | 113.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 119 | 0 | 0.5 | 0.29 | 0.34 | 335 | 0.33 | 0.49 |
| Hex | A8 | 54 | 77 | 0 | 32 | 1D | 22 | 14F | 21 | 31 |
| Octal | 250 | 124 | 167 | 0 | 62 | 35 | 42 | 517 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1110111 | 0 | 110010 | 11101 | 100010 | 101001111 | 100001 | 110001 |
Color Harmonies of #A85477
Complementary color
Monochromatic Colors of #A85477
Black with #A85477
Text Example
Text Example
White with #A85477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85477; }
p { color: rgb(168,84,119); }
H1.HeaderClassName
{
color: #A85477;
}
.AnyTagClassName
{
color: #A85477;
}
</style>
background-color css
<style>
a { background-color: #A85477; }
a { background-color: rgb(168,84,119); }
div.DivClassName
{
background-color: #A85477;
}
.BgClassName
{
background-color: #A85477;
}
</style>
border-color css
<style>
span { border-color: #A85477; }
span { border-color: rgb(168,84,119); }
td.TdClassName
{
border-color: #A85477;
}
.TagClassName
{
border-color: #A85477;
}
</style>