Shades of Royal Heath #A44C80
Tints of Royal Heath #A44C80
RGB
CMYK
RGB Variations
Color information
#A44C80 (or 0xA44C80) is known color: Royal Heath. HEX triplet: A4, 4C and 80. RGB value is (164,76,128). Sum of RGB (Red+Green+Blue) = 164+76+128=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C80 is #5BB37F. Grayscale: #6C6C6C. Windows color (decimal): -6009728 or 8408228. OLE color: 8408228.
HSL color Cylindrical-coordinate representation of color #A44C80: hue angle of 324.55º 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 #A44C80 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 128 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.36 |
| HSL | 324.55º | 0.37% | 0.47% | - |
| HSV(B) | 324.55º | 0.54% | 0.64% | - |
| XYZ | 21.79 | 14.62 | 22.1 | - |
| YUV | 108.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 128 | 0 | 0.54 | 0.22 | 0.36 | 324.55 | 0.37 | 0.47 |
| Hex | A4 | 4C | 80 | 0 | 36 | 16 | 24 | 145 | 25 | 2F |
| Octal | 244 | 114 | 200 | 0 | 66 | 26 | 44 | 505 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10000000 | 0 | 110110 | 10110 | 100100 | 101000101 | 100101 | 101111 |
Color Harmonies of #A44C80
Complementary color
Monochromatic Colors of #A44C80
Black with #A44C80
Text Example
Text Example
White with #A44C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C80; }
p { color: rgb(164,76,128); }
H1.HeaderClassName
{
color: #A44C80;
}
.AnyTagClassName
{
color: #A44C80;
}
</style>
background-color css
<style>
a { background-color: #A44C80; }
a { background-color: rgb(164,76,128); }
div.DivClassName
{
background-color: #A44C80;
}
.BgClassName
{
background-color: #A44C80;
}
</style>
border-color css
<style>
span { border-color: #A44C80; }
span { border-color: rgb(164,76,128); }
td.TdClassName
{
border-color: #A44C80;
}
.TagClassName
{
border-color: #A44C80;
}
</style>