Shades of Royal Heath #A14A72
Tints of Royal Heath #A14A72
RGB
CMYK
RGB Variations
Color information
#A14A72 (or 0xA14A72) is known color: Royal Heath. HEX triplet: A1, 4A and 72. RGB value is (161,74,114). Sum of RGB (Red+Green+Blue) = 161+74+114=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A72 is #5EB58D. Grayscale: #686868. Windows color (decimal): -6206862 or 7490209. OLE color: 7490209.
HSL color Cylindrical-coordinate representation of color #A14A72: hue angle of 332.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A72 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 114 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.37 |
| HSL | 332.41º | 0.37% | 0.46% | - |
| HSV(B) | 332.41º | 0.54% | 0.63% | - |
| XYZ | 20.18 | 13.69 | 17.5 | - |
| YUV | 104.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 114 | 0 | 0.54 | 0.29 | 0.37 | 332.41 | 0.37 | 0.46 |
| Hex | A1 | 4A | 72 | 0 | 36 | 1D | 25 | 14C | 25 | 2E |
| Octal | 241 | 112 | 162 | 0 | 66 | 35 | 45 | 514 | 45 | 56 |
| Binary | 10100001 | 1001010 | 1110010 | 0 | 110110 | 11101 | 100101 | 101001100 | 100101 | 101110 |
Color Harmonies of #A14A72
Complementary color
Monochromatic Colors of #A14A72
Black with #A14A72
Text Example
Text Example
White with #A14A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A72; }
p { color: rgb(161,74,114); }
H1.HeaderClassName
{
color: #A14A72;
}
.AnyTagClassName
{
color: #A14A72;
}
</style>
background-color css
<style>
a { background-color: #A14A72; }
a { background-color: rgb(161,74,114); }
div.DivClassName
{
background-color: #A14A72;
}
.BgClassName
{
background-color: #A14A72;
}
</style>
border-color css
<style>
span { border-color: #A14A72; }
span { border-color: rgb(161,74,114); }
td.TdClassName
{
border-color: #A14A72;
}
.TagClassName
{
border-color: #A14A72;
}
</style>