Shades of Royal Heath #AA557D
Tints of Royal Heath #AA557D
RGB
CMYK
RGB Variations
Color information
#AA557D (or 0xAA557D) is known color: Royal Heath. HEX triplet: AA, 55 and 7D. RGB value is (170,85,125). Sum of RGB (Red+Green+Blue) = 170+85+125=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA557D is #55AA82. Grayscale: #727272. Windows color (decimal): -5614211 or 8213930. OLE color: 8213930.
HSL color Cylindrical-coordinate representation of color #AA557D: hue angle of 331.76º 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 #AA557D is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 125 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.33 |
| HSL | 331.76º | 0.33% | 0.5% | - |
| HSV(B) | 331.76º | 0.5% | 0.67% | - |
| XYZ | 23.53 | 16.52 | 21.35 | - |
| YUV | 114.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 125 | 0 | 0.50 | 0.26 | 0.33 | 331.76 | 0.33 | 0.5 |
| Hex | AA | 55 | 7D | 0 | 32 | 1A | 21 | 14C | 21 | 32 |
| Octal | 252 | 125 | 175 | 0 | 62 | 32 | 41 | 514 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1111101 | 0 | 110010 | 11010 | 100001 | 101001100 | 100001 | 110010 |
Color Harmonies of #AA557D
Complementary color
Monochromatic Colors of #AA557D
Black with #AA557D
Text Example
Text Example
White with #AA557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA557D; }
p { color: rgb(170,85,125); }
H1.HeaderClassName
{
color: #AA557D;
}
.AnyTagClassName
{
color: #AA557D;
}
</style>
background-color css
<style>
a { background-color: #AA557D; }
a { background-color: rgb(170,85,125); }
div.DivClassName
{
background-color: #AA557D;
}
.BgClassName
{
background-color: #AA557D;
}
</style>
border-color css
<style>
span { border-color: #AA557D; }
span { border-color: rgb(170,85,125); }
td.TdClassName
{
border-color: #AA557D;
}
.TagClassName
{
border-color: #AA557D;
}
</style>