Shades of Royal Heath #AA4C7C
Tints of Royal Heath #AA4C7C
RGB
CMYK
RGB Variations
Color information
#AA4C7C (or 0xAA4C7C) is known color: Royal Heath. HEX triplet: AA, 4C and 7C. RGB value is (170,76,124). Sum of RGB (Red+Green+Blue) = 170+76+124=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C7C is #55B383. Grayscale: #6D6D6D. Windows color (decimal): -5616516 or 8146090. OLE color: 8146090.
HSL color Cylindrical-coordinate representation of color #AA4C7C: hue angle of 329.36º 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 #AA4C7C is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 124 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.33 |
| HSL | 329.36º | 0.38% | 0.48% | - |
| HSV(B) | 329.36º | 0.55% | 0.67% | - |
| XYZ | 22.8 | 15.17 | 20.8 | - |
| YUV | 109.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 124 | 0 | 0.55 | 0.27 | 0.33 | 329.36 | 0.38 | 0.48 |
| Hex | AA | 4C | 7C | 0 | 37 | 1B | 21 | 149 | 26 | 30 |
| Octal | 252 | 114 | 174 | 0 | 67 | 33 | 41 | 511 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1111100 | 0 | 110111 | 11011 | 100001 | 101001001 | 100110 | 110000 |
Color Harmonies of #AA4C7C
Complementary color
Monochromatic Colors of #AA4C7C
Black with #AA4C7C
Text Example
Text Example
White with #AA4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C7C; }
p { color: rgb(170,76,124); }
H1.HeaderClassName
{
color: #AA4C7C;
}
.AnyTagClassName
{
color: #AA4C7C;
}
</style>
background-color css
<style>
a { background-color: #AA4C7C; }
a { background-color: rgb(170,76,124); }
div.DivClassName
{
background-color: #AA4C7C;
}
.BgClassName
{
background-color: #AA4C7C;
}
</style>
border-color css
<style>
span { border-color: #AA4C7C; }
span { border-color: rgb(170,76,124); }
td.TdClassName
{
border-color: #AA4C7C;
}
.TagClassName
{
border-color: #AA4C7C;
}
</style>