Shades of Royal Heath #A04D79
Tints of Royal Heath #A04D79
RGB
CMYK
RGB Variations
Color information
#A04D79 (or 0xA04D79) is known color: Royal Heath. HEX triplet: A0, 4D and 79. RGB value is (160,77,121). Sum of RGB (Red+Green+Blue) = 160+77+121=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D79 is #5FB286. Grayscale: #6A6A6A. Windows color (decimal): -6271623 or 7949728. OLE color: 7949728.
HSL color Cylindrical-coordinate representation of color #A04D79: hue angle of 328.19º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D79 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 121 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.37 |
| HSL | 328.19º | 0.35% | 0.46% | - |
| HSV(B) | 328.19º | 0.52% | 0.63% | - |
| XYZ | 20.6 | 14.16 | 19.74 | - |
| YUV | 106.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 121 | 0 | 0.52 | 0.24 | 0.37 | 328.19 | 0.35 | 0.46 |
| Hex | A0 | 4D | 79 | 0 | 34 | 18 | 25 | 148 | 23 | 2E |
| Octal | 240 | 115 | 171 | 0 | 64 | 30 | 45 | 510 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1111001 | 0 | 110100 | 11000 | 100101 | 101001000 | 100011 | 101110 |
Color Harmonies of #A04D79
Complementary color
Monochromatic Colors of #A04D79
Black with #A04D79
Text Example
Text Example
White with #A04D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D79; }
p { color: rgb(160,77,121); }
H1.HeaderClassName
{
color: #A04D79;
}
.AnyTagClassName
{
color: #A04D79;
}
</style>
background-color css
<style>
a { background-color: #A04D79; }
a { background-color: rgb(160,77,121); }
div.DivClassName
{
background-color: #A04D79;
}
.BgClassName
{
background-color: #A04D79;
}
</style>
border-color css
<style>
span { border-color: #A04D79; }
span { border-color: rgb(160,77,121); }
td.TdClassName
{
border-color: #A04D79;
}
.TagClassName
{
border-color: #A04D79;
}
</style>