Shades of Royal Heath #A64979
Tints of Royal Heath #A64979
RGB
CMYK
RGB Variations
Color information
#A64979 (or 0xA64979) is known color: Royal Heath. HEX triplet: A6, 49 and 79. RGB value is (166,73,121). Sum of RGB (Red+Green+Blue) = 166+73+121=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A64979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64979 is #59B686. Grayscale: #6A6A6A. Windows color (decimal): -5879431 or 7948710. OLE color: 7948710.
HSL color Cylindrical-coordinate representation of color #A64979: hue angle of 329.03º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64979 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 121 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.35 |
| HSL | 329.03º | 0.39% | 0.47% | - |
| HSV(B) | 329.03º | 0.56% | 0.65% | - |
| XYZ | 21.56 | 14.25 | 19.7 | - |
| YUV | 106.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 121 | 0 | 0.56 | 0.27 | 0.35 | 329.03 | 0.39 | 0.47 |
| Hex | A6 | 49 | 79 | 0 | 38 | 1B | 23 | 149 | 27 | 2F |
| Octal | 246 | 111 | 171 | 0 | 70 | 33 | 43 | 511 | 47 | 57 |
| Binary | 10100110 | 1001001 | 1111001 | 0 | 111000 | 11011 | 100011 | 101001001 | 100111 | 101111 |
Color Harmonies of #A64979
Complementary color
Monochromatic Colors of #A64979
Black with #A64979
Text Example
Text Example
White with #A64979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64979; }
p { color: rgb(166,73,121); }
H1.HeaderClassName
{
color: #A64979;
}
.AnyTagClassName
{
color: #A64979;
}
</style>
background-color css
<style>
a { background-color: #A64979; }
a { background-color: rgb(166,73,121); }
div.DivClassName
{
background-color: #A64979;
}
.BgClassName
{
background-color: #A64979;
}
</style>
border-color css
<style>
span { border-color: #A64979; }
span { border-color: rgb(166,73,121); }
td.TdClassName
{
border-color: #A64979;
}
.TagClassName
{
border-color: #A64979;
}
</style>