Shades of Royal Heath #A04C80
Tints of Royal Heath #A04C80
RGB
CMYK
RGB Variations
Color information
#A04C80 (or 0xA04C80) is known color: Royal Heath. HEX triplet: A0, 4C and 80. RGB value is (160,76,128). Sum of RGB (Red+Green+Blue) = 160+76+128=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C80 is #5FB37F. Grayscale: #6A6A6A. Windows color (decimal): -6271872 or 8408224. OLE color: 8408224.
HSL color Cylindrical-coordinate representation of color #A04C80: hue angle of 322.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C80 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 128 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.37 |
| HSL | 322.86º | 0.36% | 0.46% | - |
| HSV(B) | 322.86º | 0.53% | 0.63% | - |
| XYZ | 20.98 | 14.2 | 22.06 | - |
| YUV | 107.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 128 | 0 | 0.52 | 0.20 | 0.37 | 322.86 | 0.36 | 0.46 |
| Hex | A0 | 4C | 80 | 0 | 34 | 14 | 25 | 143 | 24 | 2E |
| Octal | 240 | 114 | 200 | 0 | 64 | 24 | 45 | 503 | 44 | 56 |
| Binary | 10100000 | 1001100 | 10000000 | 0 | 110100 | 10100 | 100101 | 101000011 | 100100 | 101110 |
Color Harmonies of #A04C80
Complementary color
Monochromatic Colors of #A04C80
Black with #A04C80
Text Example
Text Example
White with #A04C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C80; }
p { color: rgb(160,76,128); }
H1.HeaderClassName
{
color: #A04C80;
}
.AnyTagClassName
{
color: #A04C80;
}
</style>
background-color css
<style>
a { background-color: #A04C80; }
a { background-color: rgb(160,76,128); }
div.DivClassName
{
background-color: #A04C80;
}
.BgClassName
{
background-color: #A04C80;
}
</style>
border-color css
<style>
span { border-color: #A04C80; }
span { border-color: rgb(160,76,128); }
td.TdClassName
{
border-color: #A04C80;
}
.TagClassName
{
border-color: #A04C80;
}
</style>