Shades of Royal Heath #A44A76
Tints of Royal Heath #A44A76
RGB
CMYK
RGB Variations
Color information
#A44A76 (or 0xA44A76) is known color: Royal Heath. HEX triplet: A4, 4A and 76. RGB value is (164,74,118). Sum of RGB (Red+Green+Blue) = 164+74+118=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A76 is #5BB589. Grayscale: #696969. Windows color (decimal): -6010250 or 7752356. OLE color: 7752356.
HSL color Cylindrical-coordinate representation of color #A44A76: hue angle of 330.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A76 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 118 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.36 |
| HSL | 330.67º | 0.38% | 0.47% | - |
| HSV(B) | 330.67º | 0.55% | 0.64% | - |
| XYZ | 21.03 | 14.1 | 18.75 | - |
| YUV | 105.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 118 | 0 | 0.55 | 0.28 | 0.36 | 330.67 | 0.38 | 0.47 |
| Hex | A4 | 4A | 76 | 0 | 37 | 1C | 24 | 14B | 26 | 2F |
| Octal | 244 | 112 | 166 | 0 | 67 | 34 | 44 | 513 | 46 | 57 |
| Binary | 10100100 | 1001010 | 1110110 | 0 | 110111 | 11100 | 100100 | 101001011 | 100110 | 101111 |
Color Harmonies of #A44A76
Complementary color
Monochromatic Colors of #A44A76
Black with #A44A76
Text Example
Text Example
White with #A44A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A76; }
p { color: rgb(164,74,118); }
H1.HeaderClassName
{
color: #A44A76;
}
.AnyTagClassName
{
color: #A44A76;
}
</style>
background-color css
<style>
a { background-color: #A44A76; }
a { background-color: rgb(164,74,118); }
div.DivClassName
{
background-color: #A44A76;
}
.BgClassName
{
background-color: #A44A76;
}
</style>
border-color css
<style>
span { border-color: #A44A76; }
span { border-color: rgb(164,74,118); }
td.TdClassName
{
border-color: #A44A76;
}
.TagClassName
{
border-color: #A44A76;
}
</style>