Shades of Royal Heath #AA557B
Tints of Royal Heath #AA557B
RGB
CMYK
RGB Variations
Color information
#AA557B (or 0xAA557B) is known color: Royal Heath. HEX triplet: AA, 55 and 7B. RGB value is (170,85,123). Sum of RGB (Red+Green+Blue) = 170+85+123=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA557B is #55AA84. Grayscale: #727272. Windows color (decimal): -5614213 or 8082858. OLE color: 8082858.
HSL color Cylindrical-coordinate representation of color #AA557B: hue angle of 333.18º 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 #AA557B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 123 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.33 |
| HSL | 333.18º | 0.33% | 0.5% | - |
| HSV(B) | 333.18º | 0.5% | 0.67% | - |
| XYZ | 23.4 | 16.47 | 20.69 | - |
| YUV | 114.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 123 | 0 | 0.50 | 0.28 | 0.33 | 333.18 | 0.33 | 0.5 |
| Hex | AA | 55 | 7B | 0 | 32 | 1C | 21 | 14D | 21 | 32 |
| Octal | 252 | 125 | 173 | 0 | 62 | 34 | 41 | 515 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1111011 | 0 | 110010 | 11100 | 100001 | 101001101 | 100001 | 110010 |
Color Harmonies of #AA557B
Complementary color
Monochromatic Colors of #AA557B
Black with #AA557B
Text Example
Text Example
White with #AA557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA557B; }
p { color: rgb(170,85,123); }
H1.HeaderClassName
{
color: #AA557B;
}
.AnyTagClassName
{
color: #AA557B;
}
</style>
background-color css
<style>
a { background-color: #AA557B; }
a { background-color: rgb(170,85,123); }
div.DivClassName
{
background-color: #AA557B;
}
.BgClassName
{
background-color: #AA557B;
}
</style>
border-color css
<style>
span { border-color: #AA557B; }
span { border-color: rgb(170,85,123); }
td.TdClassName
{
border-color: #AA557B;
}
.TagClassName
{
border-color: #AA557B;
}
</style>