Shades of Royal Heath #A04880
Tints of Royal Heath #A04880
RGB
CMYK
RGB Variations
Color information
#A04880 (or 0xA04880) is known color: Royal Heath. HEX triplet: A0, 48 and 80. RGB value is (160,72,128). Sum of RGB (Red+Green+Blue) = 160+72+128=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A04880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04880 is #5FB77F. Grayscale: #686868. Windows color (decimal): -6272896 or 8407200. OLE color: 8407200.
HSL color Cylindrical-coordinate representation of color #A04880: hue angle of 321.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04880 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 128 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.37 |
| HSL | 321.82º | 0.38% | 0.45% | - |
| HSV(B) | 321.82º | 0.55% | 0.63% | - |
| XYZ | 20.71 | 13.67 | 21.97 | - |
| YUV | 104.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 128 | 0 | 0.55 | 0.20 | 0.37 | 321.82 | 0.38 | 0.45 |
| Hex | A0 | 48 | 80 | 0 | 37 | 14 | 25 | 142 | 26 | 2D |
| Octal | 240 | 110 | 200 | 0 | 67 | 24 | 45 | 502 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10000000 | 0 | 110111 | 10100 | 100101 | 101000010 | 100110 | 101101 |
Color Harmonies of #A04880
Complementary color
Monochromatic Colors of #A04880
Black with #A04880
Text Example
Text Example
White with #A04880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04880; }
p { color: rgb(160,72,128); }
H1.HeaderClassName
{
color: #A04880;
}
.AnyTagClassName
{
color: #A04880;
}
</style>
background-color css
<style>
a { background-color: #A04880; }
a { background-color: rgb(160,72,128); }
div.DivClassName
{
background-color: #A04880;
}
.BgClassName
{
background-color: #A04880;
}
</style>
border-color css
<style>
span { border-color: #A04880; }
span { border-color: rgb(160,72,128); }
td.TdClassName
{
border-color: #A04880;
}
.TagClassName
{
border-color: #A04880;
}
</style>