Shades of Royal Heath #A04479
Tints of Royal Heath #A04479
RGB
CMYK
RGB Variations
Color information
#A04479 (or 0xA04479) is known color: Royal Heath. HEX triplet: A0, 44 and 79. RGB value is (160,68,121). Sum of RGB (Red+Green+Blue) = 160+68+121=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A04479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04479 is #5FBB86. Grayscale: #656565. Windows color (decimal): -6273927 or 7947424. OLE color: 7947424.
HSL color Cylindrical-coordinate representation of color #A04479: hue angle of 325.43º 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 #A04479 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 121 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.37 |
| HSL | 325.43º | 0.4% | 0.45% | - |
| HSV(B) | 325.43º | 0.58% | 0.63% | - |
| XYZ | 20.02 | 12.99 | 19.54 | - |
| YUV | 101.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 121 | 0 | 0.57 | 0.24 | 0.37 | 325.43 | 0.4 | 0.45 |
| Hex | A0 | 44 | 79 | 0 | 39 | 18 | 25 | 145 | 28 | 2D |
| Octal | 240 | 104 | 171 | 0 | 71 | 30 | 45 | 505 | 50 | 55 |
| Binary | 10100000 | 1000100 | 1111001 | 0 | 111001 | 11000 | 100101 | 101000101 | 101000 | 101101 |
Color Harmonies of #A04479
Complementary color
Monochromatic Colors of #A04479
Black with #A04479
Text Example
Text Example
White with #A04479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04479; }
p { color: rgb(160,68,121); }
H1.HeaderClassName
{
color: #A04479;
}
.AnyTagClassName
{
color: #A04479;
}
</style>
background-color css
<style>
a { background-color: #A04479; }
a { background-color: rgb(160,68,121); }
div.DivClassName
{
background-color: #A04479;
}
.BgClassName
{
background-color: #A04479;
}
</style>
border-color css
<style>
span { border-color: #A04479; }
span { border-color: rgb(160,68,121); }
td.TdClassName
{
border-color: #A04479;
}
.TagClassName
{
border-color: #A04479;
}
</style>