Shades of Royal Heath #A14C77
Tints of Royal Heath #A14C77
RGB
CMYK
RGB Variations
Color information
#A14C77 (or 0xA14C77) is known color: Royal Heath. HEX triplet: A1, 4C and 77. RGB value is (161,76,119). Sum of RGB (Red+Green+Blue) = 161+76+119=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C77 is #5EB388. Grayscale: #6A6A6A. Windows color (decimal): -6206345 or 7818401. OLE color: 7818401.
HSL color Cylindrical-coordinate representation of color #A14C77: hue angle of 329.65º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C77 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 119 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.37 |
| HSL | 329.65º | 0.36% | 0.46% | - |
| HSV(B) | 329.65º | 0.53% | 0.63% | - |
| XYZ | 20.61 | 14.08 | 19.08 | - |
| YUV | 106.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 119 | 0 | 0.53 | 0.26 | 0.37 | 329.65 | 0.36 | 0.46 |
| Hex | A1 | 4C | 77 | 0 | 35 | 1A | 25 | 14A | 24 | 2E |
| Octal | 241 | 114 | 167 | 0 | 65 | 32 | 45 | 512 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1110111 | 0 | 110101 | 11010 | 100101 | 101001010 | 100100 | 101110 |
Color Harmonies of #A14C77
Complementary color
Monochromatic Colors of #A14C77
Black with #A14C77
Text Example
Text Example
White with #A14C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C77; }
p { color: rgb(161,76,119); }
H1.HeaderClassName
{
color: #A14C77;
}
.AnyTagClassName
{
color: #A14C77;
}
</style>
background-color css
<style>
a { background-color: #A14C77; }
a { background-color: rgb(161,76,119); }
div.DivClassName
{
background-color: #A14C77;
}
.BgClassName
{
background-color: #A14C77;
}
</style>
border-color css
<style>
span { border-color: #A14C77; }
span { border-color: rgb(161,76,119); }
td.TdClassName
{
border-color: #A14C77;
}
.TagClassName
{
border-color: #A14C77;
}
</style>