Shades of Royal Heath #A14078
Tints of Royal Heath #A14078
RGB
CMYK
RGB Variations
Color information
#A14078 (or 0xA14078) is known color: Royal Heath. HEX triplet: A1, 40 and 78. RGB value is (161,64,120). Sum of RGB (Red+Green+Blue) = 161+64+120=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14078 is #5EBF87. Grayscale: #636363. Windows color (decimal): -6209416 or 7880865. OLE color: 7880865.
HSL color Cylindrical-coordinate representation of color #A14078: hue angle of 325.36º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14078 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 120 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.37 |
| HSL | 325.36º | 0.43% | 0.44% | - |
| HSV(B) | 325.36º | 0.6% | 0.63% | - |
| XYZ | 19.92 | 12.6 | 19.15 | - |
| YUV | 99.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 120 | 0 | 0.60 | 0.25 | 0.37 | 325.36 | 0.43 | 0.44 |
| Hex | A1 | 40 | 78 | 0 | 3C | 19 | 25 | 145 | 2B | 2C |
| Octal | 241 | 100 | 170 | 0 | 74 | 31 | 45 | 505 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1111000 | 0 | 111100 | 11001 | 100101 | 101000101 | 101011 | 101100 |
Color Harmonies of #A14078
Complementary color
Monochromatic Colors of #A14078
Black with #A14078
Text Example
Text Example
White with #A14078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14078; }
p { color: rgb(161,64,120); }
H1.HeaderClassName
{
color: #A14078;
}
.AnyTagClassName
{
color: #A14078;
}
</style>
background-color css
<style>
a { background-color: #A14078; }
a { background-color: rgb(161,64,120); }
div.DivClassName
{
background-color: #A14078;
}
.BgClassName
{
background-color: #A14078;
}
</style>
border-color css
<style>
span { border-color: #A14078; }
span { border-color: rgb(161,64,120); }
td.TdClassName
{
border-color: #A14078;
}
.TagClassName
{
border-color: #A14078;
}
</style>