Shades of Royal Heath #A44179
Tints of Royal Heath #A44179
RGB
CMYK
RGB Variations
Color information
#A44179 (or 0xA44179) is known color: Royal Heath. HEX triplet: A4, 41 and 79. RGB value is (164,65,121). Sum of RGB (Red+Green+Blue) = 164+65+121=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A44179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44179 is #5BBE86. Grayscale: #646464. Windows color (decimal): -6012551 or 7946660. OLE color: 7946660.
HSL color Cylindrical-coordinate representation of color #A44179: hue angle of 326.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44179 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 121 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.36 |
| HSL | 326.06º | 0.43% | 0.45% | - |
| HSV(B) | 326.06º | 0.6% | 0.64% | - |
| XYZ | 20.65 | 13.05 | 19.52 | - |
| YUV | 100.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 121 | 0 | 0.60 | 0.26 | 0.36 | 326.06 | 0.43 | 0.45 |
| Hex | A4 | 41 | 79 | 0 | 3C | 1A | 24 | 146 | 2B | 2D |
| Octal | 244 | 101 | 171 | 0 | 74 | 32 | 44 | 506 | 53 | 55 |
| Binary | 10100100 | 1000001 | 1111001 | 0 | 111100 | 11010 | 100100 | 101000110 | 101011 | 101101 |
Color Harmonies of #A44179
Complementary color
Monochromatic Colors of #A44179
Black with #A44179
Text Example
Text Example
White with #A44179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44179; }
p { color: rgb(164,65,121); }
H1.HeaderClassName
{
color: #A44179;
}
.AnyTagClassName
{
color: #A44179;
}
</style>
background-color css
<style>
a { background-color: #A44179; }
a { background-color: rgb(164,65,121); }
div.DivClassName
{
background-color: #A44179;
}
.BgClassName
{
background-color: #A44179;
}
</style>
border-color css
<style>
span { border-color: #A44179; }
span { border-color: rgb(164,65,121); }
td.TdClassName
{
border-color: #A44179;
}
.TagClassName
{
border-color: #A44179;
}
</style>