Shades of Royal Heath #AA5685
Tints of Royal Heath #AA5685
RGB
CMYK
RGB Variations
Color information
#AA5685 (or 0xAA5685) is known color: Royal Heath. HEX triplet: AA, 56 and 85. RGB value is (170,86,133). Sum of RGB (Red+Green+Blue) = 170+86+133=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5685 is #55A97A. Grayscale: #747474. Windows color (decimal): -5613947 or 8738474. OLE color: 8738474.
HSL color Cylindrical-coordinate representation of color #AA5685: hue angle of 326.43º 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 #AA5685 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 133 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.33 |
| HSL | 326.43º | 0.33% | 0.5% | - |
| HSV(B) | 326.43º | 0.49% | 0.67% | - |
| XYZ | 24.14 | 16.9 | 24.18 | - |
| YUV | 116.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 133 | 0 | 0.49 | 0.22 | 0.33 | 326.43 | 0.33 | 0.5 |
| Hex | AA | 56 | 85 | 0 | 31 | 16 | 21 | 146 | 21 | 32 |
| Octal | 252 | 126 | 205 | 0 | 61 | 26 | 41 | 506 | 41 | 62 |
| Binary | 10101010 | 1010110 | 10000101 | 0 | 110001 | 10110 | 100001 | 101000110 | 100001 | 110010 |
Color Harmonies of #AA5685
Complementary color
Monochromatic Colors of #AA5685
Black with #AA5685
Text Example
Text Example
White with #AA5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5685; }
p { color: rgb(170,86,133); }
H1.HeaderClassName
{
color: #AA5685;
}
.AnyTagClassName
{
color: #AA5685;
}
</style>
background-color css
<style>
a { background-color: #AA5685; }
a { background-color: rgb(170,86,133); }
div.DivClassName
{
background-color: #AA5685;
}
.BgClassName
{
background-color: #AA5685;
}
</style>
border-color css
<style>
span { border-color: #AA5685; }
span { border-color: rgb(170,86,133); }
td.TdClassName
{
border-color: #AA5685;
}
.TagClassName
{
border-color: #AA5685;
}
</style>