Shades of Royal Heath #A14880
Tints of Royal Heath #A14880
RGB
CMYK
RGB Variations
Color information
#A14880 (or 0xA14880) is known color: Royal Heath. HEX triplet: A1, 48 and 80. RGB value is (161,72,128). Sum of RGB (Red+Green+Blue) = 161+72+128=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14880 is #5EB77F. Grayscale: #686868. Windows color (decimal): -6207360 or 8407201. OLE color: 8407201.
HSL color Cylindrical-coordinate representation of color #A14880: hue angle of 322.25º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14880 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 128 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.37 |
| HSL | 322.25º | 0.38% | 0.46% | - |
| HSV(B) | 322.25º | 0.55% | 0.63% | - |
| XYZ | 20.91 | 13.77 | 21.98 | - |
| YUV | 105 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 128 | 0 | 0.55 | 0.20 | 0.37 | 322.25 | 0.38 | 0.46 |
| Hex | A1 | 48 | 80 | 0 | 37 | 14 | 25 | 142 | 26 | 2E |
| Octal | 241 | 110 | 200 | 0 | 67 | 24 | 45 | 502 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10000000 | 0 | 110111 | 10100 | 100101 | 101000010 | 100110 | 101110 |
Color Harmonies of #A14880
Complementary color
Monochromatic Colors of #A14880
Black with #A14880
Text Example
Text Example
White with #A14880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14880; }
p { color: rgb(161,72,128); }
H1.HeaderClassName
{
color: #A14880;
}
.AnyTagClassName
{
color: #A14880;
}
</style>
background-color css
<style>
a { background-color: #A14880; }
a { background-color: rgb(161,72,128); }
div.DivClassName
{
background-color: #A14880;
}
.BgClassName
{
background-color: #A14880;
}
</style>
border-color css
<style>
span { border-color: #A14880; }
span { border-color: rgb(161,72,128); }
td.TdClassName
{
border-color: #A14880;
}
.TagClassName
{
border-color: #A14880;
}
</style>