Shades of Royal Heath #A44D79
Tints of Royal Heath #A44D79
RGB
CMYK
RGB Variations
Color information
#A44D79 (or 0xA44D79) is known color: Royal Heath. HEX triplet: A4, 4D and 79. RGB value is (164,77,121). Sum of RGB (Red+Green+Blue) = 164+77+121=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D79 is #5BB286. Grayscale: #6B6B6B. Windows color (decimal): -6009479 or 7949732. OLE color: 7949732.
HSL color Cylindrical-coordinate representation of color #A44D79: hue angle of 329.66º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D79 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 121 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.36 |
| HSL | 329.66º | 0.36% | 0.47% | - |
| HSV(B) | 329.66º | 0.53% | 0.64% | - |
| XYZ | 21.41 | 14.58 | 19.77 | - |
| YUV | 108.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 121 | 0 | 0.53 | 0.26 | 0.36 | 329.66 | 0.36 | 0.47 |
| Hex | A4 | 4D | 79 | 0 | 35 | 1A | 24 | 14A | 24 | 2F |
| Octal | 244 | 115 | 171 | 0 | 65 | 32 | 44 | 512 | 44 | 57 |
| Binary | 10100100 | 1001101 | 1111001 | 0 | 110101 | 11010 | 100100 | 101001010 | 100100 | 101111 |
Color Harmonies of #A44D79
Complementary color
Monochromatic Colors of #A44D79
Black with #A44D79
Text Example
Text Example
White with #A44D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D79; }
p { color: rgb(164,77,121); }
H1.HeaderClassName
{
color: #A44D79;
}
.AnyTagClassName
{
color: #A44D79;
}
</style>
background-color css
<style>
a { background-color: #A44D79; }
a { background-color: rgb(164,77,121); }
div.DivClassName
{
background-color: #A44D79;
}
.BgClassName
{
background-color: #A44D79;
}
</style>
border-color css
<style>
span { border-color: #A44D79; }
span { border-color: rgb(164,77,121); }
td.TdClassName
{
border-color: #A44D79;
}
.TagClassName
{
border-color: #A44D79;
}
</style>