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