Shades of Royal Heath #A14D71
Tints of Royal Heath #A14D71
RGB
CMYK
RGB Variations
Color information
#A14D71 (or 0xA14D71) is known color: Royal Heath. HEX triplet: A1, 4D and 71. RGB value is (161,77,113). Sum of RGB (Red+Green+Blue) = 161+77+113=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D71 is #5EB28E. Grayscale: #6A6A6A. Windows color (decimal): -6206095 or 7425441. OLE color: 7425441.
HSL color Cylindrical-coordinate representation of color #A14D71: hue angle of 334.29º 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 #A14D71 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 113 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.37 |
| HSL | 334.29º | 0.35% | 0.47% | - |
| HSV(B) | 334.29º | 0.52% | 0.63% | - |
| XYZ | 20.33 | 14.08 | 17.27 | - |
| YUV | 106.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 113 | 0 | 0.52 | 0.30 | 0.37 | 334.29 | 0.35 | 0.47 |
| Hex | A1 | 4D | 71 | 0 | 34 | 1E | 25 | 14E | 23 | 2F |
| Octal | 241 | 115 | 161 | 0 | 64 | 36 | 45 | 516 | 43 | 57 |
| Binary | 10100001 | 1001101 | 1110001 | 0 | 110100 | 11110 | 100101 | 101001110 | 100011 | 101111 |
Color Harmonies of #A14D71
Complementary color
Monochromatic Colors of #A14D71
Black with #A14D71
Text Example
Text Example
White with #A14D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D71; }
p { color: rgb(161,77,113); }
H1.HeaderClassName
{
color: #A14D71;
}
.AnyTagClassName
{
color: #A14D71;
}
</style>
background-color css
<style>
a { background-color: #A14D71; }
a { background-color: rgb(161,77,113); }
div.DivClassName
{
background-color: #A14D71;
}
.BgClassName
{
background-color: #A14D71;
}
</style>
border-color css
<style>
span { border-color: #A14D71; }
span { border-color: rgb(161,77,113); }
td.TdClassName
{
border-color: #A14D71;
}
.TagClassName
{
border-color: #A14D71;
}
</style>