Shades of Royal Heath #A14A7B
Tints of Royal Heath #A14A7B
RGB
CMYK
RGB Variations
Color information
#A14A7B (or 0xA14A7B) is known color: Royal Heath. HEX triplet: A1, 4A and 7B. RGB value is (161,74,123). Sum of RGB (Red+Green+Blue) = 161+74+123=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A7B is #5EB584. Grayscale: #696969. Windows color (decimal): -6206853 or 8080033. OLE color: 8080033.
HSL color Cylindrical-coordinate representation of color #A14A7B: hue angle of 326.21º 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 #A14A7B is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 123 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.37 |
| HSL | 326.21º | 0.37% | 0.46% | - |
| HSV(B) | 326.21º | 0.54% | 0.63% | - |
| XYZ | 20.72 | 13.9 | 20.33 | - |
| YUV | 105.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 123 | 0 | 0.54 | 0.24 | 0.37 | 326.21 | 0.37 | 0.46 |
| Hex | A1 | 4A | 7B | 0 | 36 | 18 | 25 | 146 | 25 | 2E |
| Octal | 241 | 112 | 173 | 0 | 66 | 30 | 45 | 506 | 45 | 56 |
| Binary | 10100001 | 1001010 | 1111011 | 0 | 110110 | 11000 | 100101 | 101000110 | 100101 | 101110 |
Color Harmonies of #A14A7B
Complementary color
Monochromatic Colors of #A14A7B
Black with #A14A7B
Text Example
Text Example
White with #A14A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A7B; }
p { color: rgb(161,74,123); }
H1.HeaderClassName
{
color: #A14A7B;
}
.AnyTagClassName
{
color: #A14A7B;
}
</style>
background-color css
<style>
a { background-color: #A14A7B; }
a { background-color: rgb(161,74,123); }
div.DivClassName
{
background-color: #A14A7B;
}
.BgClassName
{
background-color: #A14A7B;
}
</style>
border-color css
<style>
span { border-color: #A14A7B; }
span { border-color: rgb(161,74,123); }
td.TdClassName
{
border-color: #A14A7B;
}
.TagClassName
{
border-color: #A14A7B;
}
</style>