Shades of Royal Heath #A14976
Tints of Royal Heath #A14976
RGB
CMYK
RGB Variations
Color information
#A14976 (or 0xA14976) is known color: Royal Heath. HEX triplet: A1, 49 and 76. RGB value is (161,73,118). Sum of RGB (Red+Green+Blue) = 161+73+118=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A14976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14976 is #5EB689. Grayscale: #686868. Windows color (decimal): -6207114 or 7752097. OLE color: 7752097.
HSL color Cylindrical-coordinate representation of color #A14976: hue angle of 329.32º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14976 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 118 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.37 |
| HSL | 329.32º | 0.38% | 0.46% | - |
| HSV(B) | 329.32º | 0.55% | 0.63% | - |
| XYZ | 20.35 | 13.65 | 18.7 | - |
| YUV | 104.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 118 | 0 | 0.55 | 0.27 | 0.37 | 329.32 | 0.38 | 0.46 |
| Hex | A1 | 49 | 76 | 0 | 37 | 1B | 25 | 149 | 26 | 2E |
| Octal | 241 | 111 | 166 | 0 | 67 | 33 | 45 | 511 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1110110 | 0 | 110111 | 11011 | 100101 | 101001001 | 100110 | 101110 |
Color Harmonies of #A14976
Complementary color
Monochromatic Colors of #A14976
Black with #A14976
Text Example
Text Example
White with #A14976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14976; }
p { color: rgb(161,73,118); }
H1.HeaderClassName
{
color: #A14976;
}
.AnyTagClassName
{
color: #A14976;
}
</style>
background-color css
<style>
a { background-color: #A14976; }
a { background-color: rgb(161,73,118); }
div.DivClassName
{
background-color: #A14976;
}
.BgClassName
{
background-color: #A14976;
}
</style>
border-color css
<style>
span { border-color: #A14976; }
span { border-color: rgb(161,73,118); }
td.TdClassName
{
border-color: #A14976;
}
.TagClassName
{
border-color: #A14976;
}
</style>