Shades of Royal Heath #A65670
Tints of Royal Heath #A65670
RGB
CMYK
RGB Variations
Color information
#A65670 (or 0xA65670) is known color: Royal Heath. HEX triplet: A6, 56 and 70. RGB value is (166,86,112). Sum of RGB (Red+Green+Blue) = 166+86+112=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A65670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65670 is #59A98F. Grayscale: #707070. Windows color (decimal): -5876112 or 7362214. OLE color: 7362214.
HSL color Cylindrical-coordinate representation of color #A65670: hue angle of 340.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65670 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 112 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.35 |
| HSL | 340.5º | 0.32% | 0.49% | - |
| HSV(B) | 340.5º | 0.48% | 0.65% | - |
| XYZ | 21.98 | 15.93 | 17.25 | - |
| YUV | 112.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 112 | 0 | 0.48 | 0.33 | 0.35 | 340.5 | 0.32 | 0.49 |
| Hex | A6 | 56 | 70 | 0 | 30 | 21 | 23 | 154 | 20 | 31 |
| Octal | 246 | 126 | 160 | 0 | 60 | 41 | 43 | 524 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1110000 | 0 | 110000 | 100001 | 100011 | 101010100 | 100000 | 110001 |
Color Harmonies of #A65670
Complementary color
Monochromatic Colors of #A65670
Black with #A65670
Text Example
Text Example
White with #A65670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65670; }
p { color: rgb(166,86,112); }
H1.HeaderClassName
{
color: #A65670;
}
.AnyTagClassName
{
color: #A65670;
}
</style>
background-color css
<style>
a { background-color: #A65670; }
a { background-color: rgb(166,86,112); }
div.DivClassName
{
background-color: #A65670;
}
.BgClassName
{
background-color: #A65670;
}
</style>
border-color css
<style>
span { border-color: #A65670; }
span { border-color: rgb(166,86,112); }
td.TdClassName
{
border-color: #A65670;
}
.TagClassName
{
border-color: #A65670;
}
</style>