Shades of Royal Heath #A14F7E
Tints of Royal Heath #A14F7E
RGB
CMYK
RGB Variations
Color information
#A14F7E (or 0xA14F7E) is known color: Royal Heath. HEX triplet: A1, 4F and 7E. RGB value is (161,79,126). Sum of RGB (Red+Green+Blue) = 161+79+126=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F7E is #5EB081. Grayscale: #6C6C6C. Windows color (decimal): -6205570 or 8277921. OLE color: 8277921.
HSL color Cylindrical-coordinate representation of color #A14F7E: hue angle of 325.61º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A14F7E is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 126 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.37 |
| HSL | 325.61º | 0.34% | 0.47% | - |
| HSV(B) | 325.61º | 0.51% | 0.63% | - |
| XYZ | 21.26 | 14.68 | 21.45 | - |
| YUV | 108.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 126 | 0 | 0.51 | 0.22 | 0.37 | 325.61 | 0.34 | 0.47 |
| Hex | A1 | 4F | 7E | 0 | 33 | 16 | 25 | 146 | 22 | 2F |
| Octal | 241 | 117 | 176 | 0 | 63 | 26 | 45 | 506 | 42 | 57 |
| Binary | 10100001 | 1001111 | 1111110 | 0 | 110011 | 10110 | 100101 | 101000110 | 100010 | 101111 |
Color Harmonies of #A14F7E
Complementary color
Monochromatic Colors of #A14F7E
Black with #A14F7E
Text Example
Text Example
White with #A14F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F7E; }
p { color: rgb(161,79,126); }
H1.HeaderClassName
{
color: #A14F7E;
}
.AnyTagClassName
{
color: #A14F7E;
}
</style>
background-color css
<style>
a { background-color: #A14F7E; }
a { background-color: rgb(161,79,126); }
div.DivClassName
{
background-color: #A14F7E;
}
.BgClassName
{
background-color: #A14F7E;
}
</style>
border-color css
<style>
span { border-color: #A14F7E; }
span { border-color: rgb(161,79,126); }
td.TdClassName
{
border-color: #A14F7E;
}
.TagClassName
{
border-color: #A14F7E;
}
</style>