Shades of Royal Heath #A14C7E
Tints of Royal Heath #A14C7E
RGB
CMYK
RGB Variations
Color information
#A14C7E (or 0xA14C7E) is known color: Royal Heath. HEX triplet: A1, 4C and 7E. RGB value is (161,76,126). Sum of RGB (Red+Green+Blue) = 161+76+126=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C7E is #5EB381. Grayscale: #6A6A6A. Windows color (decimal): -6206338 or 8277153. OLE color: 8277153.
HSL color Cylindrical-coordinate representation of color #A14C7E: hue angle of 324.71º 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 #A14C7E is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 126 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.37 |
| HSL | 324.71º | 0.36% | 0.46% | - |
| HSV(B) | 324.71º | 0.53% | 0.63% | - |
| XYZ | 21.05 | 14.25 | 21.38 | - |
| YUV | 107.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 126 | 0 | 0.53 | 0.22 | 0.37 | 324.71 | 0.36 | 0.46 |
| Hex | A1 | 4C | 7E | 0 | 35 | 16 | 25 | 145 | 24 | 2E |
| Octal | 241 | 114 | 176 | 0 | 65 | 26 | 45 | 505 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1111110 | 0 | 110101 | 10110 | 100101 | 101000101 | 100100 | 101110 |
Color Harmonies of #A14C7E
Complementary color
Monochromatic Colors of #A14C7E
Black with #A14C7E
Text Example
Text Example
White with #A14C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C7E; }
p { color: rgb(161,76,126); }
H1.HeaderClassName
{
color: #A14C7E;
}
.AnyTagClassName
{
color: #A14C7E;
}
</style>
background-color css
<style>
a { background-color: #A14C7E; }
a { background-color: rgb(161,76,126); }
div.DivClassName
{
background-color: #A14C7E;
}
.BgClassName
{
background-color: #A14C7E;
}
</style>
border-color css
<style>
span { border-color: #A14C7E; }
span { border-color: rgb(161,76,126); }
td.TdClassName
{
border-color: #A14C7E;
}
.TagClassName
{
border-color: #A14C7E;
}
</style>