Shades of Royal Heath #A14E71
Tints of Royal Heath #A14E71
RGB
CMYK
RGB Variations
Color information
#A14E71 (or 0xA14E71) is known color: Royal Heath. HEX triplet: A1, 4E and 71. RGB value is (161,78,113). Sum of RGB (Red+Green+Blue) = 161+78+113=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E71 is #5EB18E. Grayscale: #6A6A6A. Windows color (decimal): -6205839 or 7425697. OLE color: 7425697.
HSL color Cylindrical-coordinate representation of color #A14E71: hue angle of 334.7º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14E71 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 113 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.37 |
| HSL | 334.7º | 0.35% | 0.47% | - |
| HSV(B) | 334.7º | 0.52% | 0.63% | - |
| XYZ | 20.4 | 14.22 | 17.29 | - |
| YUV | 106.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 113 | 0 | 0.52 | 0.30 | 0.37 | 334.7 | 0.35 | 0.47 |
| Hex | A1 | 4E | 71 | 0 | 34 | 1E | 25 | 14F | 23 | 2F |
| Octal | 241 | 116 | 161 | 0 | 64 | 36 | 45 | 517 | 43 | 57 |
| Binary | 10100001 | 1001110 | 1110001 | 0 | 110100 | 11110 | 100101 | 101001111 | 100011 | 101111 |
Color Harmonies of #A14E71
Complementary color
Monochromatic Colors of #A14E71
Black with #A14E71
Text Example
Text Example
White with #A14E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E71; }
p { color: rgb(161,78,113); }
H1.HeaderClassName
{
color: #A14E71;
}
.AnyTagClassName
{
color: #A14E71;
}
</style>
background-color css
<style>
a { background-color: #A14E71; }
a { background-color: rgb(161,78,113); }
div.DivClassName
{
background-color: #A14E71;
}
.BgClassName
{
background-color: #A14E71;
}
</style>
border-color css
<style>
span { border-color: #A14E71; }
span { border-color: rgb(161,78,113); }
td.TdClassName
{
border-color: #A14E71;
}
.TagClassName
{
border-color: #A14E71;
}
</style>