Shades of Royal Heath #A04578
Tints of Royal Heath #A04578
RGB
CMYK
RGB Variations
Color information
#A04578 (or 0xA04578) is known color: Royal Heath. HEX triplet: A0, 45 and 78. RGB value is (160,69,120). Sum of RGB (Red+Green+Blue) = 160+69+120=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A04578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04578 is #5FBA87. Grayscale: #656565. Windows color (decimal): -6273672 or 7882144. OLE color: 7882144.
HSL color Cylindrical-coordinate representation of color #A04578: hue angle of 326.37º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04578 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 120 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.37 |
| HSL | 326.37º | 0.4% | 0.45% | - |
| HSV(B) | 326.37º | 0.57% | 0.63% | - |
| XYZ | 20.02 | 13.09 | 19.24 | - |
| YUV | 102.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 120 | 0 | 0.57 | 0.25 | 0.37 | 326.37 | 0.4 | 0.45 |
| Hex | A0 | 45 | 78 | 0 | 39 | 19 | 25 | 146 | 28 | 2D |
| Octal | 240 | 105 | 170 | 0 | 71 | 31 | 45 | 506 | 50 | 55 |
| Binary | 10100000 | 1000101 | 1111000 | 0 | 111001 | 11001 | 100101 | 101000110 | 101000 | 101101 |
Color Harmonies of #A04578
Complementary color
Monochromatic Colors of #A04578
Black with #A04578
Text Example
Text Example
White with #A04578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04578; }
p { color: rgb(160,69,120); }
H1.HeaderClassName
{
color: #A04578;
}
.AnyTagClassName
{
color: #A04578;
}
</style>
background-color css
<style>
a { background-color: #A04578; }
a { background-color: rgb(160,69,120); }
div.DivClassName
{
background-color: #A04578;
}
.BgClassName
{
background-color: #A04578;
}
</style>
border-color css
<style>
span { border-color: #A04578; }
span { border-color: rgb(160,69,120); }
td.TdClassName
{
border-color: #A04578;
}
.TagClassName
{
border-color: #A04578;
}
</style>