Shades of Royal Heath #A44C7E
Tints of Royal Heath #A44C7E
RGB
CMYK
RGB Variations
Color information
#A44C7E (or 0xA44C7E) is known color: Royal Heath. HEX triplet: A4, 4C and 7E. RGB value is (164,76,126). Sum of RGB (Red+Green+Blue) = 164+76+126=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C7E is #5BB381. Grayscale: #6B6B6B. Windows color (decimal): -6009730 or 8277156. OLE color: 8277156.
HSL color Cylindrical-coordinate representation of color #A44C7E: hue angle of 325.91º 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 #A44C7E is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 126 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.36 |
| HSL | 325.91º | 0.37% | 0.47% | - |
| HSV(B) | 325.91º | 0.54% | 0.64% | - |
| XYZ | 21.66 | 14.57 | 21.41 | - |
| YUV | 108.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 126 | 0 | 0.54 | 0.23 | 0.36 | 325.91 | 0.37 | 0.47 |
| Hex | A4 | 4C | 7E | 0 | 36 | 17 | 24 | 146 | 25 | 2F |
| Octal | 244 | 114 | 176 | 0 | 66 | 27 | 44 | 506 | 45 | 57 |
| Binary | 10100100 | 1001100 | 1111110 | 0 | 110110 | 10111 | 100100 | 101000110 | 100101 | 101111 |
Color Harmonies of #A44C7E
Complementary color
Monochromatic Colors of #A44C7E
Black with #A44C7E
Text Example
Text Example
White with #A44C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C7E; }
p { color: rgb(164,76,126); }
H1.HeaderClassName
{
color: #A44C7E;
}
.AnyTagClassName
{
color: #A44C7E;
}
</style>
background-color css
<style>
a { background-color: #A44C7E; }
a { background-color: rgb(164,76,126); }
div.DivClassName
{
background-color: #A44C7E;
}
.BgClassName
{
background-color: #A44C7E;
}
</style>
border-color css
<style>
span { border-color: #A44C7E; }
span { border-color: rgb(164,76,126); }
td.TdClassName
{
border-color: #A44C7E;
}
.TagClassName
{
border-color: #A44C7E;
}
</style>