Shades of Royal Heath #AA597D
Tints of Royal Heath #AA597D
RGB
CMYK
RGB Variations
Color information
#AA597D (or 0xAA597D) is known color: Royal Heath. HEX triplet: AA, 59 and 7D. RGB value is (170,89,125). Sum of RGB (Red+Green+Blue) = 170+89+125=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA597D is #55A682. Grayscale: #757575. Windows color (decimal): -5613187 or 8214954. OLE color: 8214954.
HSL color Cylindrical-coordinate representation of color #AA597D: hue angle of 333.33º 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 #AA597D is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 125 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.33 |
| HSL | 333.33º | 0.32% | 0.51% | - |
| HSV(B) | 333.33º | 0.48% | 0.67% | - |
| XYZ | 23.85 | 17.17 | 21.46 | - |
| YUV | 117.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 125 | 0 | 0.48 | 0.26 | 0.33 | 333.33 | 0.32 | 0.51 |
| Hex | AA | 59 | 7D | 0 | 30 | 1A | 21 | 14D | 20 | 33 |
| Octal | 252 | 131 | 175 | 0 | 60 | 32 | 41 | 515 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1111101 | 0 | 110000 | 11010 | 100001 | 101001101 | 100000 | 110011 |
Color Harmonies of #AA597D
Complementary color
Monochromatic Colors of #AA597D
Black with #AA597D
Text Example
Text Example
White with #AA597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA597D; }
p { color: rgb(170,89,125); }
H1.HeaderClassName
{
color: #AA597D;
}
.AnyTagClassName
{
color: #AA597D;
}
</style>
background-color css
<style>
a { background-color: #AA597D; }
a { background-color: rgb(170,89,125); }
div.DivClassName
{
background-color: #AA597D;
}
.BgClassName
{
background-color: #AA597D;
}
</style>
border-color css
<style>
span { border-color: #AA597D; }
span { border-color: rgb(170,89,125); }
td.TdClassName
{
border-color: #AA597D;
}
.TagClassName
{
border-color: #AA597D;
}
</style>