Shades of Royal Heath #A14B77
Tints of Royal Heath #A14B77
RGB
CMYK
RGB Variations
Color information
#A14B77 (or 0xA14B77) is known color: Royal Heath. HEX triplet: A1, 4B and 77. RGB value is (161,75,119). Sum of RGB (Red+Green+Blue) = 161+75+119=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B77 is #5EB488. Grayscale: #696969. Windows color (decimal): -6206601 or 7818145. OLE color: 7818145.
HSL color Cylindrical-coordinate representation of color #A14B77: hue angle of 329.3º 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 #A14B77 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 119 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.37 |
| HSL | 329.3º | 0.36% | 0.46% | - |
| HSV(B) | 329.3º | 0.53% | 0.63% | - |
| XYZ | 20.54 | 13.94 | 19.06 | - |
| YUV | 105.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 119 | 0 | 0.53 | 0.26 | 0.37 | 329.3 | 0.36 | 0.46 |
| Hex | A1 | 4B | 77 | 0 | 35 | 1A | 25 | 149 | 24 | 2E |
| Octal | 241 | 113 | 167 | 0 | 65 | 32 | 45 | 511 | 44 | 56 |
| Binary | 10100001 | 1001011 | 1110111 | 0 | 110101 | 11010 | 100101 | 101001001 | 100100 | 101110 |
Color Harmonies of #A14B77
Complementary color
Monochromatic Colors of #A14B77
Black with #A14B77
Text Example
Text Example
White with #A14B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B77; }
p { color: rgb(161,75,119); }
H1.HeaderClassName
{
color: #A14B77;
}
.AnyTagClassName
{
color: #A14B77;
}
</style>
background-color css
<style>
a { background-color: #A14B77; }
a { background-color: rgb(161,75,119); }
div.DivClassName
{
background-color: #A14B77;
}
.BgClassName
{
background-color: #A14B77;
}
</style>
border-color css
<style>
span { border-color: #A14B77; }
span { border-color: rgb(161,75,119); }
td.TdClassName
{
border-color: #A14B77;
}
.TagClassName
{
border-color: #A14B77;
}
</style>