Shades of Royal Heath #A44C79
Tints of Royal Heath #A44C79
RGB
CMYK
RGB Variations
Color information
#A44C79 (or 0xA44C79) is known color: Royal Heath. HEX triplet: A4, 4C and 79. RGB value is (164,76,121). Sum of RGB (Red+Green+Blue) = 164+76+121=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C79 is #5BB386. Grayscale: #6B6B6B. Windows color (decimal): -6009735 or 7949476. OLE color: 7949476.
HSL color Cylindrical-coordinate representation of color #A44C79: hue angle of 329.32º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44C79 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 121 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.36 |
| HSL | 329.32º | 0.37% | 0.47% | - |
| HSV(B) | 329.32º | 0.54% | 0.64% | - |
| XYZ | 21.35 | 14.44 | 19.75 | - |
| YUV | 107.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 121 | 0 | 0.54 | 0.26 | 0.36 | 329.32 | 0.37 | 0.47 |
| Hex | A4 | 4C | 79 | 0 | 36 | 1A | 24 | 149 | 25 | 2F |
| Octal | 244 | 114 | 171 | 0 | 66 | 32 | 44 | 511 | 45 | 57 |
| Binary | 10100100 | 1001100 | 1111001 | 0 | 110110 | 11010 | 100100 | 101001001 | 100101 | 101111 |
Color Harmonies of #A44C79
Complementary color
Monochromatic Colors of #A44C79
Black with #A44C79
Text Example
Text Example
White with #A44C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C79; }
p { color: rgb(164,76,121); }
H1.HeaderClassName
{
color: #A44C79;
}
.AnyTagClassName
{
color: #A44C79;
}
</style>
background-color css
<style>
a { background-color: #A44C79; }
a { background-color: rgb(164,76,121); }
div.DivClassName
{
background-color: #A44C79;
}
.BgClassName
{
background-color: #A44C79;
}
</style>
border-color css
<style>
span { border-color: #A44C79; }
span { border-color: rgb(164,76,121); }
td.TdClassName
{
border-color: #A44C79;
}
.TagClassName
{
border-color: #A44C79;
}
</style>