Shades of Royal Heath #A64779
Tints of Royal Heath #A64779
RGB
CMYK
RGB Variations
Color information
#A64779 (or 0xA64779) is known color: Royal Heath. HEX triplet: A6, 47 and 79. RGB value is (166,71,121). Sum of RGB (Red+Green+Blue) = 166+71+121=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A64779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64779 is #59B886. Grayscale: #696969. Windows color (decimal): -5879943 or 7948198. OLE color: 7948198.
HSL color Cylindrical-coordinate representation of color #A64779: hue angle of 328.42º 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 #A64779 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 121 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.35 |
| HSL | 328.42º | 0.4% | 0.46% | - |
| HSV(B) | 328.42º | 0.57% | 0.65% | - |
| XYZ | 21.43 | 13.99 | 19.66 | - |
| YUV | 105.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 121 | 0 | 0.57 | 0.27 | 0.35 | 328.42 | 0.4 | 0.46 |
| Hex | A6 | 47 | 79 | 0 | 39 | 1B | 23 | 148 | 28 | 2E |
| Octal | 246 | 107 | 171 | 0 | 71 | 33 | 43 | 510 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1111001 | 0 | 111001 | 11011 | 100011 | 101001000 | 101000 | 101110 |
Color Harmonies of #A64779
Complementary color
Monochromatic Colors of #A64779
Black with #A64779
Text Example
Text Example
White with #A64779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64779; }
p { color: rgb(166,71,121); }
H1.HeaderClassName
{
color: #A64779;
}
.AnyTagClassName
{
color: #A64779;
}
</style>
background-color css
<style>
a { background-color: #A64779; }
a { background-color: rgb(166,71,121); }
div.DivClassName
{
background-color: #A64779;
}
.BgClassName
{
background-color: #A64779;
}
</style>
border-color css
<style>
span { border-color: #A64779; }
span { border-color: rgb(166,71,121); }
td.TdClassName
{
border-color: #A64779;
}
.TagClassName
{
border-color: #A64779;
}
</style>