Shades of Royal Heath #AA5A79
Tints of Royal Heath #AA5A79
RGB
CMYK
RGB Variations
Color information
#AA5A79 (or 0xAA5A79) is known color: Royal Heath. HEX triplet: AA, 5A and 79. RGB value is (170,90,121). Sum of RGB (Red+Green+Blue) = 170+90+121=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A79 is #55A586. Grayscale: #757575. Windows color (decimal): -5612935 or 7953066. OLE color: 7953066.
HSL color Cylindrical-coordinate representation of color #AA5A79: hue angle of 336.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 #AA5A79 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 121 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.33 |
| HSL | 336.75º | 0.32% | 0.51% | - |
| HSV(B) | 336.75º | 0.47% | 0.67% | - |
| XYZ | 23.68 | 17.24 | 20.17 | - |
| YUV | 117.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 121 | 0 | 0.47 | 0.29 | 0.33 | 336.75 | 0.32 | 0.51 |
| Hex | AA | 5A | 79 | 0 | 2F | 1D | 21 | 151 | 20 | 33 |
| Octal | 252 | 132 | 171 | 0 | 57 | 35 | 41 | 521 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1111001 | 0 | 101111 | 11101 | 100001 | 101010001 | 100000 | 110011 |
Color Harmonies of #AA5A79
Complementary color
Monochromatic Colors of #AA5A79
Black with #AA5A79
Text Example
Text Example
White with #AA5A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A79; }
p { color: rgb(170,90,121); }
H1.HeaderClassName
{
color: #AA5A79;
}
.AnyTagClassName
{
color: #AA5A79;
}
</style>
background-color css
<style>
a { background-color: #AA5A79; }
a { background-color: rgb(170,90,121); }
div.DivClassName
{
background-color: #AA5A79;
}
.BgClassName
{
background-color: #AA5A79;
}
</style>
border-color css
<style>
span { border-color: #AA5A79; }
span { border-color: rgb(170,90,121); }
td.TdClassName
{
border-color: #AA5A79;
}
.TagClassName
{
border-color: #AA5A79;
}
</style>