Shades of Royal Heath #AA4D7C
Tints of Royal Heath #AA4D7C
RGB
CMYK
RGB Variations
Color information
#AA4D7C (or 0xAA4D7C) is known color: Royal Heath. HEX triplet: AA, 4D and 7C. RGB value is (170,77,124). Sum of RGB (Red+Green+Blue) = 170+77+124=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D7C is #55B283. Grayscale: #6E6E6E. Windows color (decimal): -5616260 or 8146346. OLE color: 8146346.
HSL color Cylindrical-coordinate representation of color #AA4D7C: hue angle of 329.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D7C is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 124 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.33 |
| HSL | 329.68º | 0.38% | 0.48% | - |
| HSV(B) | 329.68º | 0.55% | 0.67% | - |
| XYZ | 22.87 | 15.31 | 20.82 | - |
| YUV | 110.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 124 | 0 | 0.55 | 0.27 | 0.33 | 329.68 | 0.38 | 0.48 |
| Hex | AA | 4D | 7C | 0 | 37 | 1B | 21 | 14A | 26 | 30 |
| Octal | 252 | 115 | 174 | 0 | 67 | 33 | 41 | 512 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1111100 | 0 | 110111 | 11011 | 100001 | 101001010 | 100110 | 110000 |
Color Harmonies of #AA4D7C
Complementary color
Monochromatic Colors of #AA4D7C
Black with #AA4D7C
Text Example
Text Example
White with #AA4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D7C; }
p { color: rgb(170,77,124); }
H1.HeaderClassName
{
color: #AA4D7C;
}
.AnyTagClassName
{
color: #AA4D7C;
}
</style>
background-color css
<style>
a { background-color: #AA4D7C; }
a { background-color: rgb(170,77,124); }
div.DivClassName
{
background-color: #AA4D7C;
}
.BgClassName
{
background-color: #AA4D7C;
}
</style>
border-color css
<style>
span { border-color: #AA4D7C; }
span { border-color: rgb(170,77,124); }
td.TdClassName
{
border-color: #AA4D7C;
}
.TagClassName
{
border-color: #AA4D7C;
}
</style>