Shades of Royal Heath #AA587C
Tints of Royal Heath #AA587C
RGB
CMYK
RGB Variations
Color information
#AA587C (or 0xAA587C) is known color: Royal Heath. HEX triplet: AA, 58 and 7C. RGB value is (170,88,124). Sum of RGB (Red+Green+Blue) = 170+88+124=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587C is #55A783. Grayscale: #747474. Windows color (decimal): -5613444 or 8149162. OLE color: 8149162.
HSL color Cylindrical-coordinate representation of color #AA587C: hue angle of 333.66º 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 #AA587C is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 124 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.33 |
| HSL | 333.66º | 0.33% | 0.51% | - |
| HSV(B) | 333.66º | 0.48% | 0.67% | - |
| XYZ | 23.71 | 16.98 | 21.1 | - |
| YUV | 116.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 124 | 0 | 0.48 | 0.27 | 0.33 | 333.66 | 0.33 | 0.51 |
| Hex | AA | 58 | 7C | 0 | 30 | 1B | 21 | 14E | 21 | 33 |
| Octal | 252 | 130 | 174 | 0 | 60 | 33 | 41 | 516 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1111100 | 0 | 110000 | 11011 | 100001 | 101001110 | 100001 | 110011 |
Color Harmonies of #AA587C
Complementary color
Monochromatic Colors of #AA587C
Black with #AA587C
Text Example
Text Example
White with #AA587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA587C; }
p { color: rgb(170,88,124); }
H1.HeaderClassName
{
color: #AA587C;
}
.AnyTagClassName
{
color: #AA587C;
}
</style>
background-color css
<style>
a { background-color: #AA587C; }
a { background-color: rgb(170,88,124); }
div.DivClassName
{
background-color: #AA587C;
}
.BgClassName
{
background-color: #AA587C;
}
</style>
border-color css
<style>
span { border-color: #AA587C; }
span { border-color: rgb(170,88,124); }
td.TdClassName
{
border-color: #AA587C;
}
.TagClassName
{
border-color: #AA587C;
}
</style>