Shades of Royal Heath #A64773
Tints of Royal Heath #A64773
RGB
CMYK
RGB Variations
Color information
#A64773 (or 0xA64773) is known color: Royal Heath. HEX triplet: A6, 47 and 73. RGB value is (166,71,115). Sum of RGB (Red+Green+Blue) = 166+71+115=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64773 is #59B88C. Grayscale: #686868. Windows color (decimal): -5879949 or 7554982. OLE color: 7554982.
HSL color Cylindrical-coordinate representation of color #A64773: hue angle of 332.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64773 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 115 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.35 |
| HSL | 332.21º | 0.4% | 0.46% | - |
| HSV(B) | 332.21º | 0.57% | 0.65% | - |
| XYZ | 21.07 | 13.85 | 17.78 | - |
| YUV | 104.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 115 | 0 | 0.57 | 0.31 | 0.35 | 332.21 | 0.4 | 0.46 |
| Hex | A6 | 47 | 73 | 0 | 39 | 1F | 23 | 14C | 28 | 2E |
| Octal | 246 | 107 | 163 | 0 | 71 | 37 | 43 | 514 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1110011 | 0 | 111001 | 11111 | 100011 | 101001100 | 101000 | 101110 |
Color Harmonies of #A64773
Complementary color
Monochromatic Colors of #A64773
Black with #A64773
Text Example
Text Example
White with #A64773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64773; }
p { color: rgb(166,71,115); }
H1.HeaderClassName
{
color: #A64773;
}
.AnyTagClassName
{
color: #A64773;
}
</style>
background-color css
<style>
a { background-color: #A64773; }
a { background-color: rgb(166,71,115); }
div.DivClassName
{
background-color: #A64773;
}
.BgClassName
{
background-color: #A64773;
}
</style>
border-color css
<style>
span { border-color: #A64773; }
span { border-color: rgb(166,71,115); }
td.TdClassName
{
border-color: #A64773;
}
.TagClassName
{
border-color: #A64773;
}
</style>