Shades of Royal Heath #A44D80
Tints of Royal Heath #A44D80
RGB
CMYK
RGB Variations
Color information
#A44D80 (or 0xA44D80) is known color: Royal Heath. HEX triplet: A4, 4D and 80. RGB value is (164,77,128). Sum of RGB (Red+Green+Blue) = 164+77+128=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D80 is #5BB27F. Grayscale: #6C6C6C. Windows color (decimal): -6009472 or 8408484. OLE color: 8408484.
HSL color Cylindrical-coordinate representation of color #A44D80: hue angle of 324.83º 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 #A44D80 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 128 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.36 |
| HSL | 324.83º | 0.36% | 0.47% | - |
| HSV(B) | 324.83º | 0.53% | 0.64% | - |
| XYZ | 21.86 | 14.76 | 22.12 | - |
| YUV | 108.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 128 | 0 | 0.53 | 0.22 | 0.36 | 324.83 | 0.36 | 0.47 |
| Hex | A4 | 4D | 80 | 0 | 35 | 16 | 24 | 145 | 24 | 2F |
| Octal | 244 | 115 | 200 | 0 | 65 | 26 | 44 | 505 | 44 | 57 |
| Binary | 10100100 | 1001101 | 10000000 | 0 | 110101 | 10110 | 100100 | 101000101 | 100100 | 101111 |
Color Harmonies of #A44D80
Complementary color
Monochromatic Colors of #A44D80
Black with #A44D80
Text Example
Text Example
White with #A44D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D80; }
p { color: rgb(164,77,128); }
H1.HeaderClassName
{
color: #A44D80;
}
.AnyTagClassName
{
color: #A44D80;
}
</style>
background-color css
<style>
a { background-color: #A44D80; }
a { background-color: rgb(164,77,128); }
div.DivClassName
{
background-color: #A44D80;
}
.BgClassName
{
background-color: #A44D80;
}
</style>
border-color css
<style>
span { border-color: #A44D80; }
span { border-color: rgb(164,77,128); }
td.TdClassName
{
border-color: #A44D80;
}
.TagClassName
{
border-color: #A44D80;
}
</style>