Shades of Royal Heath #A64476
Tints of Royal Heath #A64476
RGB
CMYK
RGB Variations
Color information
#A64476 (or 0xA64476) is known color: Royal Heath. HEX triplet: A6, 44 and 76. RGB value is (166,68,118). Sum of RGB (Red+Green+Blue) = 166+68+118=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64476 is #59BB89. Grayscale: #666666. Windows color (decimal): -5880714 or 7750822. OLE color: 7750822.
HSL color Cylindrical-coordinate representation of color #A64476: hue angle of 329.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64476 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 118 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.35 |
| HSL | 329.39º | 0.42% | 0.46% | - |
| HSV(B) | 329.39º | 0.59% | 0.65% | - |
| XYZ | 21.06 | 13.55 | 18.64 | - |
| YUV | 103 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 118 | 0 | 0.59 | 0.29 | 0.35 | 329.39 | 0.42 | 0.46 |
| Hex | A6 | 44 | 76 | 0 | 3B | 1D | 23 | 149 | 2A | 2E |
| Octal | 246 | 104 | 166 | 0 | 73 | 35 | 43 | 511 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1110110 | 0 | 111011 | 11101 | 100011 | 101001001 | 101010 | 101110 |
Color Harmonies of #A64476
Complementary color
Monochromatic Colors of #A64476
Black with #A64476
Text Example
Text Example
White with #A64476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64476; }
p { color: rgb(166,68,118); }
H1.HeaderClassName
{
color: #A64476;
}
.AnyTagClassName
{
color: #A64476;
}
</style>
background-color css
<style>
a { background-color: #A64476; }
a { background-color: rgb(166,68,118); }
div.DivClassName
{
background-color: #A64476;
}
.BgClassName
{
background-color: #A64476;
}
</style>
border-color css
<style>
span { border-color: #A64476; }
span { border-color: rgb(166,68,118); }
td.TdClassName
{
border-color: #A64476;
}
.TagClassName
{
border-color: #A64476;
}
</style>