Shades of Royal Heath #AA557F
Tints of Royal Heath #AA557F
RGB
CMYK
RGB Variations
Color information
#AA557F (or 0xAA557F) is known color: Royal Heath. HEX triplet: AA, 55 and 7F. RGB value is (170,85,127). Sum of RGB (Red+Green+Blue) = 170+85+127=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA557F is #55AA80. Grayscale: #737373. Windows color (decimal): -5614209 or 8345002. OLE color: 8345002.
HSL color Cylindrical-coordinate representation of color #AA557F: hue angle of 330.35º 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 #AA557F is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 127 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.33 |
| HSL | 330.35º | 0.33% | 0.5% | - |
| HSV(B) | 330.35º | 0.5% | 0.67% | - |
| XYZ | 23.66 | 16.58 | 22.03 | - |
| YUV | 115.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 127 | 0 | 0.50 | 0.25 | 0.33 | 330.35 | 0.33 | 0.5 |
| Hex | AA | 55 | 7F | 0 | 32 | 19 | 21 | 14A | 21 | 32 |
| Octal | 252 | 125 | 177 | 0 | 62 | 31 | 41 | 512 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1111111 | 0 | 110010 | 11001 | 100001 | 101001010 | 100001 | 110010 |
Color Harmonies of #AA557F
Complementary color
Monochromatic Colors of #AA557F
Black with #AA557F
Text Example
Text Example
White with #AA557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA557F; }
p { color: rgb(170,85,127); }
H1.HeaderClassName
{
color: #AA557F;
}
.AnyTagClassName
{
color: #AA557F;
}
</style>
background-color css
<style>
a { background-color: #AA557F; }
a { background-color: rgb(170,85,127); }
div.DivClassName
{
background-color: #AA557F;
}
.BgClassName
{
background-color: #AA557F;
}
</style>
border-color css
<style>
span { border-color: #AA557F; }
span { border-color: rgb(170,85,127); }
td.TdClassName
{
border-color: #AA557F;
}
.TagClassName
{
border-color: #AA557F;
}
</style>