Shades of Royal Heath #AA587A
Tints of Royal Heath #AA587A
RGB
CMYK
RGB Variations
Color information
#AA587A (or 0xAA587A) is known color: Royal Heath. HEX triplet: AA, 58 and 7A. RGB value is (170,88,122). Sum of RGB (Red+Green+Blue) = 170+88+122=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587A is #55A785. Grayscale: #747474. Windows color (decimal): -5613446 or 8018090. OLE color: 8018090.
HSL color Cylindrical-coordinate representation of color #AA587A: hue angle of 335.12º degrees, saturation: 0.33, 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 #AA587A is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 122 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.33 |
| HSL | 335.12º | 0.33% | 0.51% | - |
| HSV(B) | 335.12º | 0.48% | 0.67% | - |
| XYZ | 23.58 | 16.93 | 20.44 | - |
| YUV | 116.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 122 | 0 | 0.48 | 0.28 | 0.33 | 335.12 | 0.33 | 0.51 |
| Hex | AA | 58 | 7A | 0 | 30 | 1C | 21 | 14F | 21 | 33 |
| Octal | 252 | 130 | 172 | 0 | 60 | 34 | 41 | 517 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1111010 | 0 | 110000 | 11100 | 100001 | 101001111 | 100001 | 110011 |
Color Harmonies of #AA587A
Complementary color
Monochromatic Colors of #AA587A
Black with #AA587A
Text Example
Text Example
White with #AA587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA587A; }
p { color: rgb(170,88,122); }
H1.HeaderClassName
{
color: #AA587A;
}
.AnyTagClassName
{
color: #AA587A;
}
</style>
background-color css
<style>
a { background-color: #AA587A; }
a { background-color: rgb(170,88,122); }
div.DivClassName
{
background-color: #AA587A;
}
.BgClassName
{
background-color: #AA587A;
}
</style>
border-color css
<style>
span { border-color: #AA587A; }
span { border-color: rgb(170,88,122); }
td.TdClassName
{
border-color: #AA587A;
}
.TagClassName
{
border-color: #AA587A;
}
</style>