Shades of Royal Heath #AA597B
Tints of Royal Heath #AA597B
RGB
CMYK
RGB Variations
Color information
#AA597B (or 0xAA597B) is known color: Royal Heath. HEX triplet: AA, 59 and 7B. RGB value is (170,89,123). Sum of RGB (Red+Green+Blue) = 170+89+123=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA597B is #55A684. Grayscale: #757575. Windows color (decimal): -5613189 or 8083882. OLE color: 8083882.
HSL color Cylindrical-coordinate representation of color #AA597B: hue angle of 334.81º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA597B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 123 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.33 |
| HSL | 334.81º | 0.32% | 0.51% | - |
| HSV(B) | 334.81º | 0.48% | 0.67% | - |
| XYZ | 23.73 | 17.12 | 20.79 | - |
| YUV | 117.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 123 | 0 | 0.48 | 0.28 | 0.33 | 334.81 | 0.32 | 0.51 |
| Hex | AA | 59 | 7B | 0 | 30 | 1C | 21 | 14F | 20 | 33 |
| Octal | 252 | 131 | 173 | 0 | 60 | 34 | 41 | 517 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1111011 | 0 | 110000 | 11100 | 100001 | 101001111 | 100000 | 110011 |
Color Harmonies of #AA597B
Complementary color
Monochromatic Colors of #AA597B
Black with #AA597B
Text Example
Text Example
White with #AA597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA597B; }
p { color: rgb(170,89,123); }
H1.HeaderClassName
{
color: #AA597B;
}
.AnyTagClassName
{
color: #AA597B;
}
</style>
background-color css
<style>
a { background-color: #AA597B; }
a { background-color: rgb(170,89,123); }
div.DivClassName
{
background-color: #AA597B;
}
.BgClassName
{
background-color: #AA597B;
}
</style>
border-color css
<style>
span { border-color: #AA597B; }
span { border-color: rgb(170,89,123); }
td.TdClassName
{
border-color: #AA597B;
}
.TagClassName
{
border-color: #AA597B;
}
</style>