Shades of Royal Heath #A14A7E
Tints of Royal Heath #A14A7E
RGB
CMYK
RGB Variations
Color information
#A14A7E (or 0xA14A7E) is known color: Royal Heath. HEX triplet: A1, 4A and 7E. RGB value is (161,74,126). Sum of RGB (Red+Green+Blue) = 161+74+126=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A7E is #5EB581. Grayscale: #696969. Windows color (decimal): -6206850 or 8276641. OLE color: 8276641.
HSL color Cylindrical-coordinate representation of color #A14A7E: hue angle of 324.14º 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 #A14A7E is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 126 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.37 |
| HSL | 324.14º | 0.37% | 0.46% | - |
| HSV(B) | 324.14º | 0.54% | 0.63% | - |
| XYZ | 20.91 | 13.98 | 21.34 | - |
| YUV | 105.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 126 | 0 | 0.54 | 0.22 | 0.37 | 324.14 | 0.37 | 0.46 |
| Hex | A1 | 4A | 7E | 0 | 36 | 16 | 25 | 144 | 25 | 2E |
| Octal | 241 | 112 | 176 | 0 | 66 | 26 | 45 | 504 | 45 | 56 |
| Binary | 10100001 | 1001010 | 1111110 | 0 | 110110 | 10110 | 100101 | 101000100 | 100101 | 101110 |
Color Harmonies of #A14A7E
Complementary color
Monochromatic Colors of #A14A7E
Black with #A14A7E
Text Example
Text Example
White with #A14A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A7E; }
p { color: rgb(161,74,126); }
H1.HeaderClassName
{
color: #A14A7E;
}
.AnyTagClassName
{
color: #A14A7E;
}
</style>
background-color css
<style>
a { background-color: #A14A7E; }
a { background-color: rgb(161,74,126); }
div.DivClassName
{
background-color: #A14A7E;
}
.BgClassName
{
background-color: #A14A7E;
}
</style>
border-color css
<style>
span { border-color: #A14A7E; }
span { border-color: rgb(161,74,126); }
td.TdClassName
{
border-color: #A14A7E;
}
.TagClassName
{
border-color: #A14A7E;
}
</style>