Shades of Royal Heath #AA5585
Tints of Royal Heath #AA5585
RGB
CMYK
RGB Variations
Color information
#AA5585 (or 0xAA5585) is known color: Royal Heath. HEX triplet: AA, 55 and 85. RGB value is (170,85,133). Sum of RGB (Red+Green+Blue) = 170+85+133=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5585 is #55AA7A. Grayscale: #737373. Windows color (decimal): -5614203 or 8738218. OLE color: 8738218.
HSL color Cylindrical-coordinate representation of color #AA5585: hue angle of 326.12º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5585 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 133 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.33 |
| HSL | 326.12º | 0.33% | 0.5% | - |
| HSV(B) | 326.12º | 0.5% | 0.67% | - |
| XYZ | 24.06 | 16.74 | 24.15 | - |
| YUV | 115.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 133 | 0 | 0.50 | 0.22 | 0.33 | 326.12 | 0.33 | 0.5 |
| Hex | AA | 55 | 85 | 0 | 32 | 16 | 21 | 146 | 21 | 32 |
| Octal | 252 | 125 | 205 | 0 | 62 | 26 | 41 | 506 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10000101 | 0 | 110010 | 10110 | 100001 | 101000110 | 100001 | 110010 |
Color Harmonies of #AA5585
Complementary color
Monochromatic Colors of #AA5585
Black with #AA5585
Text Example
Text Example
White with #AA5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5585; }
p { color: rgb(170,85,133); }
H1.HeaderClassName
{
color: #AA5585;
}
.AnyTagClassName
{
color: #AA5585;
}
</style>
background-color css
<style>
a { background-color: #AA5585; }
a { background-color: rgb(170,85,133); }
div.DivClassName
{
background-color: #AA5585;
}
.BgClassName
{
background-color: #AA5585;
}
</style>
border-color css
<style>
span { border-color: #AA5585; }
span { border-color: rgb(170,85,133); }
td.TdClassName
{
border-color: #AA5585;
}
.TagClassName
{
border-color: #AA5585;
}
</style>