Shades of Royal Heath #A44079
Tints of Royal Heath #A44079
RGB
CMYK
RGB Variations
Color information
#A44079 (or 0xA44079) is known color: Royal Heath. HEX triplet: A4, 40 and 79. RGB value is (164,64,121). Sum of RGB (Red+Green+Blue) = 164+64+121=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44079 is #5BBF86. Grayscale: #646464. Windows color (decimal): -6012807 or 7946404. OLE color: 7946404.
HSL color Cylindrical-coordinate representation of color #A44079: hue angle of 325.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44079 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 121 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.36 |
| HSL | 325.8º | 0.44% | 0.45% | - |
| HSV(B) | 325.8º | 0.61% | 0.64% | - |
| XYZ | 20.59 | 12.94 | 19.5 | - |
| YUV | 100.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 121 | 0 | 0.61 | 0.26 | 0.36 | 325.8 | 0.44 | 0.45 |
| Hex | A4 | 40 | 79 | 0 | 3D | 1A | 24 | 146 | 2C | 2D |
| Octal | 244 | 100 | 171 | 0 | 75 | 32 | 44 | 506 | 54 | 55 |
| Binary | 10100100 | 1000000 | 1111001 | 0 | 111101 | 11010 | 100100 | 101000110 | 101100 | 101101 |
Color Harmonies of #A44079
Complementary color
Monochromatic Colors of #A44079
Black with #A44079
Text Example
Text Example
White with #A44079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44079; }
p { color: rgb(164,64,121); }
H1.HeaderClassName
{
color: #A44079;
}
.AnyTagClassName
{
color: #A44079;
}
</style>
background-color css
<style>
a { background-color: #A44079; }
a { background-color: rgb(164,64,121); }
div.DivClassName
{
background-color: #A44079;
}
.BgClassName
{
background-color: #A44079;
}
</style>
border-color css
<style>
span { border-color: #A44079; }
span { border-color: rgb(164,64,121); }
td.TdClassName
{
border-color: #A44079;
}
.TagClassName
{
border-color: #A44079;
}
</style>