Shades of Royal Heath #AA587E
Tints of Royal Heath #AA587E
RGB
CMYK
RGB Variations
Color information
#AA587E (or 0xAA587E) is known color: Royal Heath. HEX triplet: AA, 58 and 7E. RGB value is (170,88,126). Sum of RGB (Red+Green+Blue) = 170+88+126=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587E is #55A781. Grayscale: #747474. Windows color (decimal): -5613442 or 8280234. OLE color: 8280234.
HSL color Cylindrical-coordinate representation of color #AA587E: hue angle of 332.2º 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 #AA587E is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 126 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.33 |
| HSL | 332.2º | 0.33% | 0.51% | - |
| HSV(B) | 332.2º | 0.48% | 0.67% | - |
| XYZ | 23.83 | 17.03 | 21.77 | - |
| YUV | 116.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 126 | 0 | 0.48 | 0.26 | 0.33 | 332.2 | 0.33 | 0.51 |
| Hex | AA | 58 | 7E | 0 | 30 | 1A | 21 | 14C | 21 | 33 |
| Octal | 252 | 130 | 176 | 0 | 60 | 32 | 41 | 514 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1111110 | 0 | 110000 | 11010 | 100001 | 101001100 | 100001 | 110011 |
Color Harmonies of #AA587E
Complementary color
Monochromatic Colors of #AA587E
Black with #AA587E
Text Example
Text Example
White with #AA587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA587E; }
p { color: rgb(170,88,126); }
H1.HeaderClassName
{
color: #AA587E;
}
.AnyTagClassName
{
color: #AA587E;
}
</style>
background-color css
<style>
a { background-color: #AA587E; }
a { background-color: rgb(170,88,126); }
div.DivClassName
{
background-color: #AA587E;
}
.BgClassName
{
background-color: #AA587E;
}
</style>
border-color css
<style>
span { border-color: #AA587E; }
span { border-color: rgb(170,88,126); }
td.TdClassName
{
border-color: #AA587E;
}
.TagClassName
{
border-color: #AA587E;
}
</style>