Shades of Royal Heath #A14780
Tints of Royal Heath #A14780
RGB
CMYK
RGB Variations
Color information
#A14780 (or 0xA14780) is known color: Royal Heath. HEX triplet: A1, 47 and 80. RGB value is (161,71,128). Sum of RGB (Red+Green+Blue) = 161+71+128=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14780 is #5EB87F. Grayscale: #686868. Windows color (decimal): -6207616 or 8406945. OLE color: 8406945.
HSL color Cylindrical-coordinate representation of color #A14780: hue angle of 322º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14780 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 128 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.37 |
| HSL | 322º | 0.39% | 0.45% | - |
| HSV(B) | 322º | 0.56% | 0.63% | - |
| XYZ | 20.85 | 13.64 | 21.96 | - |
| YUV | 104.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 128 | 0 | 0.56 | 0.20 | 0.37 | 322 | 0.39 | 0.45 |
| Hex | A1 | 47 | 80 | 0 | 38 | 14 | 25 | 142 | 27 | 2D |
| Octal | 241 | 107 | 200 | 0 | 70 | 24 | 45 | 502 | 47 | 55 |
| Binary | 10100001 | 1000111 | 10000000 | 0 | 111000 | 10100 | 100101 | 101000010 | 100111 | 101101 |
Color Harmonies of #A14780
Complementary color
Monochromatic Colors of #A14780
Black with #A14780
Text Example
Text Example
White with #A14780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14780; }
p { color: rgb(161,71,128); }
H1.HeaderClassName
{
color: #A14780;
}
.AnyTagClassName
{
color: #A14780;
}
</style>
background-color css
<style>
a { background-color: #A14780; }
a { background-color: rgb(161,71,128); }
div.DivClassName
{
background-color: #A14780;
}
.BgClassName
{
background-color: #A14780;
}
</style>
border-color css
<style>
span { border-color: #A14780; }
span { border-color: rgb(161,71,128); }
td.TdClassName
{
border-color: #A14780;
}
.TagClassName
{
border-color: #A14780;
}
</style>