Shades of Royal Heath #AA5686
Tints of Royal Heath #AA5686
RGB
CMYK
RGB Variations
Color information
#AA5686 (or 0xAA5686) is known color: Royal Heath. HEX triplet: AA, 56 and 86. RGB value is (170,86,134). Sum of RGB (Red+Green+Blue) = 170+86+134=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5686 is #55A979. Grayscale: #747474. Windows color (decimal): -5613946 or 8804010. OLE color: 8804010.
HSL color Cylindrical-coordinate representation of color #AA5686: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5686 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 134 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.33 |
| HSL | 325.71º | 0.33% | 0.5% | - |
| HSV(B) | 325.71º | 0.49% | 0.67% | - |
| XYZ | 24.21 | 16.92 | 24.54 | - |
| YUV | 116.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 134 | 0 | 0.49 | 0.21 | 0.33 | 325.71 | 0.33 | 0.5 |
| Hex | AA | 56 | 86 | 0 | 31 | 15 | 21 | 146 | 21 | 32 |
| Octal | 252 | 126 | 206 | 0 | 61 | 25 | 41 | 506 | 41 | 62 |
| Binary | 10101010 | 1010110 | 10000110 | 0 | 110001 | 10101 | 100001 | 101000110 | 100001 | 110010 |
Color Harmonies of #AA5686
Complementary color
Monochromatic Colors of #AA5686
Black with #AA5686
Text Example
Text Example
White with #AA5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5686; }
p { color: rgb(170,86,134); }
H1.HeaderClassName
{
color: #AA5686;
}
.AnyTagClassName
{
color: #AA5686;
}
</style>
background-color css
<style>
a { background-color: #AA5686; }
a { background-color: rgb(170,86,134); }
div.DivClassName
{
background-color: #AA5686;
}
.BgClassName
{
background-color: #AA5686;
}
</style>
border-color css
<style>
span { border-color: #AA5686; }
span { border-color: rgb(170,86,134); }
td.TdClassName
{
border-color: #AA5686;
}
.TagClassName
{
border-color: #AA5686;
}
</style>