Shades of Royal Heath #A44E73
Tints of Royal Heath #A44E73
RGB
CMYK
RGB Variations
Color information
#A44E73 (or 0xA44E73) is known color: Royal Heath. HEX triplet: A4, 4E and 73. RGB value is (164,78,115). Sum of RGB (Red+Green+Blue) = 164+78+115=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E73 is #5BB18C. Grayscale: #6B6B6B. Windows color (decimal): -6009229 or 7556772. OLE color: 7556772.
HSL color Cylindrical-coordinate representation of color #A44E73: hue angle of 334.19º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E73 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 115 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.36 |
| HSL | 334.19º | 0.36% | 0.47% | - |
| HSV(B) | 334.19º | 0.52% | 0.64% | - |
| XYZ | 21.13 | 14.58 | 17.92 | - |
| YUV | 107.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 115 | 0 | 0.52 | 0.30 | 0.36 | 334.19 | 0.36 | 0.47 |
| Hex | A4 | 4E | 73 | 0 | 34 | 1E | 24 | 14E | 24 | 2F |
| Octal | 244 | 116 | 163 | 0 | 64 | 36 | 44 | 516 | 44 | 57 |
| Binary | 10100100 | 1001110 | 1110011 | 0 | 110100 | 11110 | 100100 | 101001110 | 100100 | 101111 |
Color Harmonies of #A44E73
Complementary color
Monochromatic Colors of #A44E73
Black with #A44E73
Text Example
Text Example
White with #A44E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E73; }
p { color: rgb(164,78,115); }
H1.HeaderClassName
{
color: #A44E73;
}
.AnyTagClassName
{
color: #A44E73;
}
</style>
background-color css
<style>
a { background-color: #A44E73; }
a { background-color: rgb(164,78,115); }
div.DivClassName
{
background-color: #A44E73;
}
.BgClassName
{
background-color: #A44E73;
}
</style>
border-color css
<style>
span { border-color: #A44E73; }
span { border-color: rgb(164,78,115); }
td.TdClassName
{
border-color: #A44E73;
}
.TagClassName
{
border-color: #A44E73;
}
</style>