Shades of Royal Heath #A64077
Tints of Royal Heath #A64077
RGB
CMYK
RGB Variations
Color information
#A64077 (or 0xA64077) is known color: Royal Heath. HEX triplet: A6, 40 and 77. RGB value is (166,64,119). Sum of RGB (Red+Green+Blue) = 166+64+119=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A64077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64077 is #59BF88. Grayscale: #646464. Windows color (decimal): -5881737 or 7815334. OLE color: 7815334.
HSL color Cylindrical-coordinate representation of color #A64077: hue angle of 327.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64077 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 119 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.35 |
| HSL | 327.65º | 0.44% | 0.45% | - |
| HSV(B) | 327.65º | 0.61% | 0.65% | - |
| XYZ | 20.89 | 13.11 | 18.88 | - |
| YUV | 100.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 119 | 0 | 0.61 | 0.28 | 0.35 | 327.65 | 0.44 | 0.45 |
| Hex | A6 | 40 | 77 | 0 | 3D | 1C | 23 | 148 | 2C | 2D |
| Octal | 246 | 100 | 167 | 0 | 75 | 34 | 43 | 510 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1110111 | 0 | 111101 | 11100 | 100011 | 101001000 | 101100 | 101101 |
Color Harmonies of #A64077
Complementary color
Monochromatic Colors of #A64077
Black with #A64077
Text Example
Text Example
White with #A64077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64077; }
p { color: rgb(166,64,119); }
H1.HeaderClassName
{
color: #A64077;
}
.AnyTagClassName
{
color: #A64077;
}
</style>
background-color css
<style>
a { background-color: #A64077; }
a { background-color: rgb(166,64,119); }
div.DivClassName
{
background-color: #A64077;
}
.BgClassName
{
background-color: #A64077;
}
</style>
border-color css
<style>
span { border-color: #A64077; }
span { border-color: rgb(166,64,119); }
td.TdClassName
{
border-color: #A64077;
}
.TagClassName
{
border-color: #A64077;
}
</style>