Shades of Royal Heath #A65770
Tints of Royal Heath #A65770
RGB
CMYK
RGB Variations
Color information
#A65770 (or 0xA65770) is known color: Royal Heath. HEX triplet: A6, 57 and 70. RGB value is (166,87,112). Sum of RGB (Red+Green+Blue) = 166+87+112=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65770 is #59A88F. Grayscale: #717171. Windows color (decimal): -5875856 or 7362470. OLE color: 7362470.
HSL color Cylindrical-coordinate representation of color #A65770: hue angle of 341.01º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65770 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 112 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.35 |
| HSL | 341.01º | 0.31% | 0.5% | - |
| HSV(B) | 341.01º | 0.48% | 0.65% | - |
| XYZ | 22.06 | 16.09 | 17.27 | - |
| YUV | 113.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 112 | 0 | 0.48 | 0.33 | 0.35 | 341.01 | 0.31 | 0.5 |
| Hex | A6 | 57 | 70 | 0 | 30 | 21 | 23 | 155 | 1F | 32 |
| Octal | 246 | 127 | 160 | 0 | 60 | 41 | 43 | 525 | 37 | 62 |
| Binary | 10100110 | 1010111 | 1110000 | 0 | 110000 | 100001 | 100011 | 101010101 | 11111 | 110010 |
Color Harmonies of #A65770
Complementary color
Monochromatic Colors of #A65770
Black with #A65770
Text Example
Text Example
White with #A65770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65770; }
p { color: rgb(166,87,112); }
H1.HeaderClassName
{
color: #A65770;
}
.AnyTagClassName
{
color: #A65770;
}
</style>
background-color css
<style>
a { background-color: #A65770; }
a { background-color: rgb(166,87,112); }
div.DivClassName
{
background-color: #A65770;
}
.BgClassName
{
background-color: #A65770;
}
</style>
border-color css
<style>
span { border-color: #A65770; }
span { border-color: rgb(166,87,112); }
td.TdClassName
{
border-color: #A65770;
}
.TagClassName
{
border-color: #A65770;
}
</style>