Shades of Royal Heath #AA5A83
Tints of Royal Heath #AA5A83
RGB
CMYK
RGB Variations
Color information
#AA5A83 (or 0xAA5A83) is known color: Royal Heath. HEX triplet: AA, 5A and 83. RGB value is (170,90,131). Sum of RGB (Red+Green+Blue) = 170+90+131=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A83 is #55A57C. Grayscale: #767676. Windows color (decimal): -5612925 or 8608426. OLE color: 8608426.
HSL color Cylindrical-coordinate representation of color #AA5A83: hue angle of 329.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A83 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 131 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.33 |
| HSL | 329.25º | 0.32% | 0.51% | - |
| HSV(B) | 329.25º | 0.47% | 0.67% | - |
| XYZ | 24.33 | 17.5 | 23.57 | - |
| YUV | 118.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 131 | 0 | 0.47 | 0.23 | 0.33 | 329.25 | 0.32 | 0.51 |
| Hex | AA | 5A | 83 | 0 | 2F | 17 | 21 | 149 | 20 | 33 |
| Octal | 252 | 132 | 203 | 0 | 57 | 27 | 41 | 511 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10000011 | 0 | 101111 | 10111 | 100001 | 101001001 | 100000 | 110011 |
Color Harmonies of #AA5A83
Complementary color
Monochromatic Colors of #AA5A83
Black with #AA5A83
Text Example
Text Example
White with #AA5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A83; }
p { color: rgb(170,90,131); }
H1.HeaderClassName
{
color: #AA5A83;
}
.AnyTagClassName
{
color: #AA5A83;
}
</style>
background-color css
<style>
a { background-color: #AA5A83; }
a { background-color: rgb(170,90,131); }
div.DivClassName
{
background-color: #AA5A83;
}
.BgClassName
{
background-color: #AA5A83;
}
</style>
border-color css
<style>
span { border-color: #AA5A83; }
span { border-color: rgb(170,90,131); }
td.TdClassName
{
border-color: #AA5A83;
}
.TagClassName
{
border-color: #AA5A83;
}
</style>