Shades of Royal Heath #A4477E
Tints of Royal Heath #A4477E
RGB
CMYK
RGB Variations
Color information
#A4477E (or 0xA4477E) is known color: Royal Heath. HEX triplet: A4, 47 and 7E. RGB value is (164,71,126). Sum of RGB (Red+Green+Blue) = 164+71+126=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4477E is #5BB881. Grayscale: #686868. Windows color (decimal): -6011010 or 8275876. OLE color: 8275876.
HSL color Cylindrical-coordinate representation of color #A4477E: hue angle of 324.52º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4477E is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 126 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.36 |
| HSL | 324.52º | 0.4% | 0.46% | - |
| HSV(B) | 324.52º | 0.57% | 0.64% | - |
| XYZ | 21.33 | 13.91 | 21.3 | - |
| YUV | 105.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 126 | 0 | 0.57 | 0.23 | 0.36 | 324.52 | 0.4 | 0.46 |
| Hex | A4 | 47 | 7E | 0 | 39 | 17 | 24 | 145 | 28 | 2E |
| Octal | 244 | 107 | 176 | 0 | 71 | 27 | 44 | 505 | 50 | 56 |
| Binary | 10100100 | 1000111 | 1111110 | 0 | 111001 | 10111 | 100100 | 101000101 | 101000 | 101110 |
Color Harmonies of #A4477E
Complementary color
Monochromatic Colors of #A4477E
Black with #A4477E
Text Example
Text Example
White with #A4477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4477E; }
p { color: rgb(164,71,126); }
H1.HeaderClassName
{
color: #A4477E;
}
.AnyTagClassName
{
color: #A4477E;
}
</style>
background-color css
<style>
a { background-color: #A4477E; }
a { background-color: rgb(164,71,126); }
div.DivClassName
{
background-color: #A4477E;
}
.BgClassName
{
background-color: #A4477E;
}
</style>
border-color css
<style>
span { border-color: #A4477E; }
span { border-color: rgb(164,71,126); }
td.TdClassName
{
border-color: #A4477E;
}
.TagClassName
{
border-color: #A4477E;
}
</style>