Shades of Royal Heath #AA477C
Tints of Royal Heath #AA477C
RGB
CMYK
RGB Variations
Color information
#AA477C (or 0xAA477C) is known color: Royal Heath. HEX triplet: AA, 47 and 7C. RGB value is (170,71,124). Sum of RGB (Red+Green+Blue) = 170+71+124=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA477C is #55B883. Grayscale: #6A6A6A. Windows color (decimal): -5617796 or 8144810. OLE color: 8144810.
HSL color Cylindrical-coordinate representation of color #AA477C: hue angle of 327.88º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA477C is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 124 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.33 |
| HSL | 327.88º | 0.41% | 0.47% | - |
| HSV(B) | 327.88º | 0.58% | 0.67% | - |
| XYZ | 22.47 | 14.51 | 20.68 | - |
| YUV | 106.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 124 | 0 | 0.58 | 0.27 | 0.33 | 327.88 | 0.41 | 0.47 |
| Hex | AA | 47 | 7C | 0 | 3A | 1B | 21 | 148 | 29 | 2F |
| Octal | 252 | 107 | 174 | 0 | 72 | 33 | 41 | 510 | 51 | 57 |
| Binary | 10101010 | 1000111 | 1111100 | 0 | 111010 | 11011 | 100001 | 101001000 | 101001 | 101111 |
Color Harmonies of #AA477C
Complementary color
Monochromatic Colors of #AA477C
Black with #AA477C
Text Example
Text Example
White with #AA477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA477C; }
p { color: rgb(170,71,124); }
H1.HeaderClassName
{
color: #AA477C;
}
.AnyTagClassName
{
color: #AA477C;
}
</style>
background-color css
<style>
a { background-color: #AA477C; }
a { background-color: rgb(170,71,124); }
div.DivClassName
{
background-color: #AA477C;
}
.BgClassName
{
background-color: #AA477C;
}
</style>
border-color css
<style>
span { border-color: #AA477C; }
span { border-color: rgb(170,71,124); }
td.TdClassName
{
border-color: #AA477C;
}
.TagClassName
{
border-color: #AA477C;
}
</style>