Shades of Royal Heath #A04579
Tints of Royal Heath #A04579
RGB
CMYK
RGB Variations
Color information
#A04579 (or 0xA04579) is known color: Royal Heath. HEX triplet: A0, 45 and 79. RGB value is (160,69,121). Sum of RGB (Red+Green+Blue) = 160+69+121=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A04579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04579 is #5FBA86. Grayscale: #666666. Windows color (decimal): -6273671 or 7947680. OLE color: 7947680.
HSL color Cylindrical-coordinate representation of color #A04579: hue angle of 325.71º 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 #A04579 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 121 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.37 |
| HSL | 325.71º | 0.4% | 0.45% | - |
| HSV(B) | 325.71º | 0.57% | 0.63% | - |
| XYZ | 20.08 | 13.11 | 19.56 | - |
| YUV | 102.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 121 | 0 | 0.57 | 0.24 | 0.37 | 325.71 | 0.4 | 0.45 |
| Hex | A0 | 45 | 79 | 0 | 39 | 18 | 25 | 146 | 28 | 2D |
| Octal | 240 | 105 | 171 | 0 | 71 | 30 | 45 | 506 | 50 | 55 |
| Binary | 10100000 | 1000101 | 1111001 | 0 | 111001 | 11000 | 100101 | 101000110 | 101000 | 101101 |
Color Harmonies of #A04579
Complementary color
Monochromatic Colors of #A04579
Black with #A04579
Text Example
Text Example
White with #A04579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04579; }
p { color: rgb(160,69,121); }
H1.HeaderClassName
{
color: #A04579;
}
.AnyTagClassName
{
color: #A04579;
}
</style>
background-color css
<style>
a { background-color: #A04579; }
a { background-color: rgb(160,69,121); }
div.DivClassName
{
background-color: #A04579;
}
.BgClassName
{
background-color: #A04579;
}
</style>
border-color css
<style>
span { border-color: #A04579; }
span { border-color: rgb(160,69,121); }
td.TdClassName
{
border-color: #A04579;
}
.TagClassName
{
border-color: #A04579;
}
</style>