Shades of Royal Heath #A64F77
Tints of Royal Heath #A64F77
RGB
CMYK
RGB Variations
Color information
#A64F77 (or 0xA64F77) is known color: Royal Heath. HEX triplet: A6, 4F and 77. RGB value is (166,79,119). Sum of RGB (Red+Green+Blue) = 166+79+119=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F77 is #59B088. Grayscale: #6D6D6D. Windows color (decimal): -5877897 or 7819174. OLE color: 7819174.
HSL color Cylindrical-coordinate representation of color #A64F77: hue angle of 332.41º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F77 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 119 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.35 |
| HSL | 332.41º | 0.36% | 0.48% | - |
| HSV(B) | 332.41º | 0.52% | 0.65% | - |
| XYZ | 21.85 | 15.03 | 19.2 | - |
| YUV | 109.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 119 | 0 | 0.52 | 0.28 | 0.35 | 332.41 | 0.36 | 0.48 |
| Hex | A6 | 4F | 77 | 0 | 34 | 1C | 23 | 14C | 24 | 30 |
| Octal | 246 | 117 | 167 | 0 | 64 | 34 | 43 | 514 | 44 | 60 |
| Binary | 10100110 | 1001111 | 1110111 | 0 | 110100 | 11100 | 100011 | 101001100 | 100100 | 110000 |
Color Harmonies of #A64F77
Complementary color
Monochromatic Colors of #A64F77
Black with #A64F77
Text Example
Text Example
White with #A64F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F77; }
p { color: rgb(166,79,119); }
H1.HeaderClassName
{
color: #A64F77;
}
.AnyTagClassName
{
color: #A64F77;
}
</style>
background-color css
<style>
a { background-color: #A64F77; }
a { background-color: rgb(166,79,119); }
div.DivClassName
{
background-color: #A64F77;
}
.BgClassName
{
background-color: #A64F77;
}
</style>
border-color css
<style>
span { border-color: #A64F77; }
span { border-color: rgb(166,79,119); }
td.TdClassName
{
border-color: #A64F77;
}
.TagClassName
{
border-color: #A64F77;
}
</style>