Shades of Royal Heath #A14C78
Tints of Royal Heath #A14C78
RGB
CMYK
RGB Variations
Color information
#A14C78 (or 0xA14C78) is known color: Royal Heath. HEX triplet: A1, 4C and 78. RGB value is (161,76,120). Sum of RGB (Red+Green+Blue) = 161+76+120=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C78 is #5EB387. Grayscale: #6A6A6A. Windows color (decimal): -6206344 or 7883937. OLE color: 7883937.
HSL color Cylindrical-coordinate representation of color #A14C78: hue angle of 328.94º 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 #A14C78 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 120 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.37 |
| HSL | 328.94º | 0.36% | 0.46% | - |
| HSV(B) | 328.94º | 0.53% | 0.63% | - |
| XYZ | 20.67 | 14.1 | 19.4 | - |
| YUV | 106.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 120 | 0 | 0.53 | 0.25 | 0.37 | 328.94 | 0.36 | 0.46 |
| Hex | A1 | 4C | 78 | 0 | 35 | 19 | 25 | 149 | 24 | 2E |
| Octal | 241 | 114 | 170 | 0 | 65 | 31 | 45 | 511 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1111000 | 0 | 110101 | 11001 | 100101 | 101001001 | 100100 | 101110 |
Color Harmonies of #A14C78
Complementary color
Monochromatic Colors of #A14C78
Black with #A14C78
Text Example
Text Example
White with #A14C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C78; }
p { color: rgb(161,76,120); }
H1.HeaderClassName
{
color: #A14C78;
}
.AnyTagClassName
{
color: #A14C78;
}
</style>
background-color css
<style>
a { background-color: #A14C78; }
a { background-color: rgb(161,76,120); }
div.DivClassName
{
background-color: #A14C78;
}
.BgClassName
{
background-color: #A14C78;
}
</style>
border-color css
<style>
span { border-color: #A14C78; }
span { border-color: rgb(161,76,120); }
td.TdClassName
{
border-color: #A14C78;
}
.TagClassName
{
border-color: #A14C78;
}
</style>