Shades of Royal Heath #AA577A
Tints of Royal Heath #AA577A
RGB
CMYK
RGB Variations
Color information
#AA577A (or 0xAA577A) is known color: Royal Heath. HEX triplet: AA, 57 and 7A. RGB value is (170,87,122). Sum of RGB (Red+Green+Blue) = 170+87+122=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA577A is #55A885. Grayscale: #737373. Windows color (decimal): -5613702 or 8017834. OLE color: 8017834.
HSL color Cylindrical-coordinate representation of color #AA577A: hue angle of 334.7º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA577A is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 122 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.33 |
| HSL | 334.7º | 0.33% | 0.5% | - |
| HSV(B) | 334.7º | 0.49% | 0.67% | - |
| XYZ | 23.5 | 16.77 | 20.41 | - |
| YUV | 115.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 122 | 0 | 0.49 | 0.28 | 0.33 | 334.7 | 0.33 | 0.5 |
| Hex | AA | 57 | 7A | 0 | 31 | 1C | 21 | 14F | 21 | 32 |
| Octal | 252 | 127 | 172 | 0 | 61 | 34 | 41 | 517 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1111010 | 0 | 110001 | 11100 | 100001 | 101001111 | 100001 | 110010 |
Color Harmonies of #AA577A
Complementary color
Monochromatic Colors of #AA577A
Black with #AA577A
Text Example
Text Example
White with #AA577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA577A; }
p { color: rgb(170,87,122); }
H1.HeaderClassName
{
color: #AA577A;
}
.AnyTagClassName
{
color: #AA577A;
}
</style>
background-color css
<style>
a { background-color: #AA577A; }
a { background-color: rgb(170,87,122); }
div.DivClassName
{
background-color: #AA577A;
}
.BgClassName
{
background-color: #AA577A;
}
</style>
border-color css
<style>
span { border-color: #AA577A; }
span { border-color: rgb(170,87,122); }
td.TdClassName
{
border-color: #AA577A;
}
.TagClassName
{
border-color: #AA577A;
}
</style>