Shades of Royal Heath #A14C7B
Tints of Royal Heath #A14C7B
RGB
CMYK
RGB Variations
Color information
#A14C7B (or 0xA14C7B) is known color: Royal Heath. HEX triplet: A1, 4C and 7B. RGB value is (161,76,123). Sum of RGB (Red+Green+Blue) = 161+76+123=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C7B is #5EB384. Grayscale: #6A6A6A. Windows color (decimal): -6206341 or 8080545. OLE color: 8080545.
HSL color Cylindrical-coordinate representation of color #A14C7B: hue angle of 326.82º 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 #A14C7B is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 123 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.37 |
| HSL | 326.82º | 0.36% | 0.46% | - |
| HSV(B) | 326.82º | 0.53% | 0.63% | - |
| XYZ | 20.86 | 14.18 | 20.38 | - |
| YUV | 106.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 123 | 0 | 0.53 | 0.24 | 0.37 | 326.82 | 0.36 | 0.46 |
| Hex | A1 | 4C | 7B | 0 | 35 | 18 | 25 | 147 | 24 | 2E |
| Octal | 241 | 114 | 173 | 0 | 65 | 30 | 45 | 507 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1111011 | 0 | 110101 | 11000 | 100101 | 101000111 | 100100 | 101110 |
Color Harmonies of #A14C7B
Complementary color
Monochromatic Colors of #A14C7B
Black with #A14C7B
Text Example
Text Example
White with #A14C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C7B; }
p { color: rgb(161,76,123); }
H1.HeaderClassName
{
color: #A14C7B;
}
.AnyTagClassName
{
color: #A14C7B;
}
</style>
background-color css
<style>
a { background-color: #A14C7B; }
a { background-color: rgb(161,76,123); }
div.DivClassName
{
background-color: #A14C7B;
}
.BgClassName
{
background-color: #A14C7B;
}
</style>
border-color css
<style>
span { border-color: #A14C7B; }
span { border-color: rgb(161,76,123); }
td.TdClassName
{
border-color: #A14C7B;
}
.TagClassName
{
border-color: #A14C7B;
}
</style>