Shades of Royal Heath #A14C80
Tints of Royal Heath #A14C80
RGB
CMYK
RGB Variations
Color information
#A14C80 (or 0xA14C80) is known color: Royal Heath. HEX triplet: A1, 4C and 80. RGB value is (161,76,128). Sum of RGB (Red+Green+Blue) = 161+76+128=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C80 is #5EB37F. Grayscale: #6B6B6B. Windows color (decimal): -6206336 or 8408225. OLE color: 8408225.
HSL color Cylindrical-coordinate representation of color #A14C80: hue angle of 323.29º 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 #A14C80 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 128 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.37 |
| HSL | 323.29º | 0.36% | 0.46% | - |
| HSV(B) | 323.29º | 0.53% | 0.63% | - |
| XYZ | 21.18 | 14.3 | 22.07 | - |
| YUV | 107.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 128 | 0 | 0.53 | 0.20 | 0.37 | 323.29 | 0.36 | 0.46 |
| Hex | A1 | 4C | 80 | 0 | 35 | 14 | 25 | 143 | 24 | 2E |
| Octal | 241 | 114 | 200 | 0 | 65 | 24 | 45 | 503 | 44 | 56 |
| Binary | 10100001 | 1001100 | 10000000 | 0 | 110101 | 10100 | 100101 | 101000011 | 100100 | 101110 |
Color Harmonies of #A14C80
Complementary color
Monochromatic Colors of #A14C80
Black with #A14C80
Text Example
Text Example
White with #A14C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C80; }
p { color: rgb(161,76,128); }
H1.HeaderClassName
{
color: #A14C80;
}
.AnyTagClassName
{
color: #A14C80;
}
</style>
background-color css
<style>
a { background-color: #A14C80; }
a { background-color: rgb(161,76,128); }
div.DivClassName
{
background-color: #A14C80;
}
.BgClassName
{
background-color: #A14C80;
}
</style>
border-color css
<style>
span { border-color: #A14C80; }
span { border-color: rgb(161,76,128); }
td.TdClassName
{
border-color: #A14C80;
}
.TagClassName
{
border-color: #A14C80;
}
</style>