Shades of Royal Heath #A44D7A
Tints of Royal Heath #A44D7A
RGB
CMYK
RGB Variations
Color information
#A44D7A (or 0xA44D7A) is known color: Royal Heath. HEX triplet: A4, 4D and 7A. RGB value is (164,77,122). Sum of RGB (Red+Green+Blue) = 164+77+122=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D7A is #5BB285. Grayscale: #6C6C6C. Windows color (decimal): -6009478 or 8015268. OLE color: 8015268.
HSL color Cylindrical-coordinate representation of color #A44D7A: hue angle of 328.97º 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 #A44D7A is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 122 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.36 |
| HSL | 328.97º | 0.36% | 0.47% | - |
| HSV(B) | 328.97º | 0.53% | 0.64% | - |
| XYZ | 21.48 | 14.61 | 20.1 | - |
| YUV | 108.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 122 | 0 | 0.53 | 0.26 | 0.36 | 328.97 | 0.36 | 0.47 |
| Hex | A4 | 4D | 7A | 0 | 35 | 1A | 24 | 149 | 24 | 2F |
| Octal | 244 | 115 | 172 | 0 | 65 | 32 | 44 | 511 | 44 | 57 |
| Binary | 10100100 | 1001101 | 1111010 | 0 | 110101 | 11010 | 100100 | 101001001 | 100100 | 101111 |
Color Harmonies of #A44D7A
Complementary color
Monochromatic Colors of #A44D7A
Black with #A44D7A
Text Example
Text Example
White with #A44D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D7A; }
p { color: rgb(164,77,122); }
H1.HeaderClassName
{
color: #A44D7A;
}
.AnyTagClassName
{
color: #A44D7A;
}
</style>
background-color css
<style>
a { background-color: #A44D7A; }
a { background-color: rgb(164,77,122); }
div.DivClassName
{
background-color: #A44D7A;
}
.BgClassName
{
background-color: #A44D7A;
}
</style>
border-color css
<style>
span { border-color: #A44D7A; }
span { border-color: rgb(164,77,122); }
td.TdClassName
{
border-color: #A44D7A;
}
.TagClassName
{
border-color: #A44D7A;
}
</style>