Shades of Royal Heath #A14C7D
Tints of Royal Heath #A14C7D
RGB
CMYK
RGB Variations
Color information
#A14C7D (or 0xA14C7D) is known color: Royal Heath. HEX triplet: A1, 4C and 7D. RGB value is (161,76,125). Sum of RGB (Red+Green+Blue) = 161+76+125=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C7D is #5EB382. Grayscale: #6A6A6A. Windows color (decimal): -6206339 or 8211617. OLE color: 8211617.
HSL color Cylindrical-coordinate representation of color #A14C7D: hue angle of 325.41º 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 #A14C7D is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 125 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.37 |
| HSL | 325.41º | 0.36% | 0.46% | - |
| HSV(B) | 325.41º | 0.53% | 0.63% | - |
| XYZ | 20.98 | 14.23 | 21.04 | - |
| YUV | 107 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 125 | 0 | 0.53 | 0.22 | 0.37 | 325.41 | 0.36 | 0.46 |
| Hex | A1 | 4C | 7D | 0 | 35 | 16 | 25 | 145 | 24 | 2E |
| Octal | 241 | 114 | 175 | 0 | 65 | 26 | 45 | 505 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1111101 | 0 | 110101 | 10110 | 100101 | 101000101 | 100100 | 101110 |
Color Harmonies of #A14C7D
Complementary color
Monochromatic Colors of #A14C7D
Black with #A14C7D
Text Example
Text Example
White with #A14C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C7D; }
p { color: rgb(161,76,125); }
H1.HeaderClassName
{
color: #A14C7D;
}
.AnyTagClassName
{
color: #A14C7D;
}
</style>
background-color css
<style>
a { background-color: #A14C7D; }
a { background-color: rgb(161,76,125); }
div.DivClassName
{
background-color: #A14C7D;
}
.BgClassName
{
background-color: #A14C7D;
}
</style>
border-color css
<style>
span { border-color: #A14C7D; }
span { border-color: rgb(161,76,125); }
td.TdClassName
{
border-color: #A14C7D;
}
.TagClassName
{
border-color: #A14C7D;
}
</style>