Shades of Royal Heath #A64675
Tints of Royal Heath #A64675
RGB
CMYK
RGB Variations
Color information
#A64675 (or 0xA64675) is known color: Royal Heath. HEX triplet: A6, 46 and 75. RGB value is (166,70,117). Sum of RGB (Red+Green+Blue) = 166+70+117=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A64675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64675 is #59B98A. Grayscale: #676767. Windows color (decimal): -5880203 or 7685798. OLE color: 7685798.
HSL color Cylindrical-coordinate representation of color #A64675: hue angle of 330.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64675 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 117 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.35 |
| HSL | 330.63º | 0.41% | 0.46% | - |
| HSV(B) | 330.63º | 0.58% | 0.65% | - |
| XYZ | 21.13 | 13.77 | 18.37 | - |
| YUV | 104.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 117 | 0 | 0.58 | 0.30 | 0.35 | 330.63 | 0.41 | 0.46 |
| Hex | A6 | 46 | 75 | 0 | 3A | 1E | 23 | 14B | 29 | 2E |
| Octal | 246 | 106 | 165 | 0 | 72 | 36 | 43 | 513 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1110101 | 0 | 111010 | 11110 | 100011 | 101001011 | 101001 | 101110 |
Color Harmonies of #A64675
Complementary color
Monochromatic Colors of #A64675
Black with #A64675
Text Example
Text Example
White with #A64675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64675; }
p { color: rgb(166,70,117); }
H1.HeaderClassName
{
color: #A64675;
}
.AnyTagClassName
{
color: #A64675;
}
</style>
background-color css
<style>
a { background-color: #A64675; }
a { background-color: rgb(166,70,117); }
div.DivClassName
{
background-color: #A64675;
}
.BgClassName
{
background-color: #A64675;
}
</style>
border-color css
<style>
span { border-color: #A64675; }
span { border-color: rgb(166,70,117); }
td.TdClassName
{
border-color: #A64675;
}
.TagClassName
{
border-color: #A64675;
}
</style>