Shades of Royal Heath #AA587F
Tints of Royal Heath #AA587F
RGB
CMYK
RGB Variations
Color information
#AA587F (or 0xAA587F) is known color: Royal Heath. HEX triplet: AA, 58 and 7F. RGB value is (170,88,127). Sum of RGB (Red+Green+Blue) = 170+88+127=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587F is #55A780. Grayscale: #747474. Windows color (decimal): -5613441 or 8345770. OLE color: 8345770.
HSL color Cylindrical-coordinate representation of color #AA587F: hue angle of 331.46º 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 #AA587F is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 127 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.33 |
| HSL | 331.46º | 0.33% | 0.51% | - |
| HSV(B) | 331.46º | 0.48% | 0.67% | - |
| XYZ | 23.9 | 17.06 | 22.11 | - |
| YUV | 116.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 127 | 0 | 0.48 | 0.25 | 0.33 | 331.46 | 0.33 | 0.51 |
| Hex | AA | 58 | 7F | 0 | 30 | 19 | 21 | 14B | 21 | 33 |
| Octal | 252 | 130 | 177 | 0 | 60 | 31 | 41 | 513 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1111111 | 0 | 110000 | 11001 | 100001 | 101001011 | 100001 | 110011 |
Color Harmonies of #AA587F
Complementary color
Monochromatic Colors of #AA587F
Black with #AA587F
Text Example
Text Example
White with #AA587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA587F; }
p { color: rgb(170,88,127); }
H1.HeaderClassName
{
color: #AA587F;
}
.AnyTagClassName
{
color: #AA587F;
}
</style>
background-color css
<style>
a { background-color: #AA587F; }
a { background-color: rgb(170,88,127); }
div.DivClassName
{
background-color: #AA587F;
}
.BgClassName
{
background-color: #AA587F;
}
</style>
border-color css
<style>
span { border-color: #AA587F; }
span { border-color: rgb(170,88,127); }
td.TdClassName
{
border-color: #AA587F;
}
.TagClassName
{
border-color: #AA587F;
}
</style>