Shades of Royal Heath #AA5A81
Tints of Royal Heath #AA5A81
RGB
CMYK
RGB Variations
Color information
#AA5A81 (or 0xAA5A81) is known color: Royal Heath. HEX triplet: AA, 5A and 81. RGB value is (170,90,129). Sum of RGB (Red+Green+Blue) = 170+90+129=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A81 is #55A57E. Grayscale: #767676. Windows color (decimal): -5612927 or 8477354. OLE color: 8477354.
HSL color Cylindrical-coordinate representation of color #AA5A81: hue angle of 330.75º 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 #AA5A81 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 129 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.33 |
| HSL | 330.75º | 0.32% | 0.51% | - |
| HSV(B) | 330.75º | 0.47% | 0.67% | - |
| XYZ | 24.2 | 17.44 | 22.86 | - |
| YUV | 118.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 129 | 0 | 0.47 | 0.24 | 0.33 | 330.75 | 0.32 | 0.51 |
| Hex | AA | 5A | 81 | 0 | 2F | 18 | 21 | 14B | 20 | 33 |
| Octal | 252 | 132 | 201 | 0 | 57 | 30 | 41 | 513 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10000001 | 0 | 101111 | 11000 | 100001 | 101001011 | 100000 | 110011 |
Color Harmonies of #AA5A81
Complementary color
Monochromatic Colors of #AA5A81
Black with #AA5A81
Text Example
Text Example
White with #AA5A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A81; }
p { color: rgb(170,90,129); }
H1.HeaderClassName
{
color: #AA5A81;
}
.AnyTagClassName
{
color: #AA5A81;
}
</style>
background-color css
<style>
a { background-color: #AA5A81; }
a { background-color: rgb(170,90,129); }
div.DivClassName
{
background-color: #AA5A81;
}
.BgClassName
{
background-color: #AA5A81;
}
</style>
border-color css
<style>
span { border-color: #AA5A81; }
span { border-color: rgb(170,90,129); }
td.TdClassName
{
border-color: #AA5A81;
}
.TagClassName
{
border-color: #AA5A81;
}
</style>