Shades of Royal Heath #A04879
Tints of Royal Heath #A04879
RGB
CMYK
RGB Variations
Color information
#A04879 (or 0xA04879) is known color: Royal Heath. HEX triplet: A0, 48 and 79. RGB value is (160,72,121). Sum of RGB (Red+Green+Blue) = 160+72+121=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A04879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04879 is #5FB786. Grayscale: #676767. Windows color (decimal): -6272903 or 7948448. OLE color: 7948448.
HSL color Cylindrical-coordinate representation of color #A04879: hue angle of 326.59º 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 #A04879 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 121 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.37 |
| HSL | 326.59º | 0.38% | 0.45% | - |
| HSV(B) | 326.59º | 0.55% | 0.63% | - |
| XYZ | 20.27 | 13.49 | 19.62 | - |
| YUV | 103.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 121 | 0 | 0.55 | 0.24 | 0.37 | 326.59 | 0.38 | 0.45 |
| Hex | A0 | 48 | 79 | 0 | 37 | 18 | 25 | 147 | 26 | 2D |
| Octal | 240 | 110 | 171 | 0 | 67 | 30 | 45 | 507 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1111001 | 0 | 110111 | 11000 | 100101 | 101000111 | 100110 | 101101 |
Color Harmonies of #A04879
Complementary color
Monochromatic Colors of #A04879
Black with #A04879
Text Example
Text Example
White with #A04879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04879; }
p { color: rgb(160,72,121); }
H1.HeaderClassName
{
color: #A04879;
}
.AnyTagClassName
{
color: #A04879;
}
</style>
background-color css
<style>
a { background-color: #A04879; }
a { background-color: rgb(160,72,121); }
div.DivClassName
{
background-color: #A04879;
}
.BgClassName
{
background-color: #A04879;
}
</style>
border-color css
<style>
span { border-color: #A04879; }
span { border-color: rgb(160,72,121); }
td.TdClassName
{
border-color: #A04879;
}
.TagClassName
{
border-color: #A04879;
}
</style>