Shades of Royal Heath #A44E7C
Tints of Royal Heath #A44E7C
RGB
CMYK
RGB Variations
Color information
#A44E7C (or 0xA44E7C) is known color: Royal Heath. HEX triplet: A4, 4E and 7C. RGB value is (164,78,124). Sum of RGB (Red+Green+Blue) = 164+78+124=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E7C is #5BB183. Grayscale: #6C6C6C. Windows color (decimal): -6009220 or 8146596. OLE color: 8146596.
HSL color Cylindrical-coordinate representation of color #A44E7C: hue angle of 327.91º 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 #A44E7C is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 124 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.36 |
| HSL | 327.91º | 0.36% | 0.47% | - |
| HSV(B) | 327.91º | 0.52% | 0.64% | - |
| XYZ | 21.67 | 14.8 | 20.78 | - |
| YUV | 108.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 124 | 0 | 0.52 | 0.24 | 0.36 | 327.91 | 0.36 | 0.47 |
| Hex | A4 | 4E | 7C | 0 | 34 | 18 | 24 | 148 | 24 | 2F |
| Octal | 244 | 116 | 174 | 0 | 64 | 30 | 44 | 510 | 44 | 57 |
| Binary | 10100100 | 1001110 | 1111100 | 0 | 110100 | 11000 | 100100 | 101001000 | 100100 | 101111 |
Color Harmonies of #A44E7C
Complementary color
Monochromatic Colors of #A44E7C
Black with #A44E7C
Text Example
Text Example
White with #A44E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E7C; }
p { color: rgb(164,78,124); }
H1.HeaderClassName
{
color: #A44E7C;
}
.AnyTagClassName
{
color: #A44E7C;
}
</style>
background-color css
<style>
a { background-color: #A44E7C; }
a { background-color: rgb(164,78,124); }
div.DivClassName
{
background-color: #A44E7C;
}
.BgClassName
{
background-color: #A44E7C;
}
</style>
border-color css
<style>
span { border-color: #A44E7C; }
span { border-color: rgb(164,78,124); }
td.TdClassName
{
border-color: #A44E7C;
}
.TagClassName
{
border-color: #A44E7C;
}
</style>