Shades of Royal Heath #AA557C
Tints of Royal Heath #AA557C
RGB
CMYK
RGB Variations
Color information
#AA557C (or 0xAA557C) is known color: Royal Heath. HEX triplet: AA, 55 and 7C. RGB value is (170,85,124). Sum of RGB (Red+Green+Blue) = 170+85+124=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA557C is #55AA83. Grayscale: #727272. Windows color (decimal): -5614212 or 8148394. OLE color: 8148394.
HSL color Cylindrical-coordinate representation of color #AA557C: hue angle of 332.47º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA557C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 124 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.33 |
| HSL | 332.47º | 0.33% | 0.5% | - |
| HSV(B) | 332.47º | 0.5% | 0.67% | - |
| XYZ | 23.46 | 16.5 | 21.02 | - |
| YUV | 114.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 124 | 0 | 0.50 | 0.27 | 0.33 | 332.47 | 0.33 | 0.5 |
| Hex | AA | 55 | 7C | 0 | 32 | 1B | 21 | 14C | 21 | 32 |
| Octal | 252 | 125 | 174 | 0 | 62 | 33 | 41 | 514 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1111100 | 0 | 110010 | 11011 | 100001 | 101001100 | 100001 | 110010 |
Color Harmonies of #AA557C
Complementary color
Monochromatic Colors of #AA557C
Black with #AA557C
Text Example
Text Example
White with #AA557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA557C; }
p { color: rgb(170,85,124); }
H1.HeaderClassName
{
color: #AA557C;
}
.AnyTagClassName
{
color: #AA557C;
}
</style>
background-color css
<style>
a { background-color: #AA557C; }
a { background-color: rgb(170,85,124); }
div.DivClassName
{
background-color: #AA557C;
}
.BgClassName
{
background-color: #AA557C;
}
</style>
border-color css
<style>
span { border-color: #AA557C; }
span { border-color: rgb(170,85,124); }
td.TdClassName
{
border-color: #AA557C;
}
.TagClassName
{
border-color: #AA557C;
}
</style>