Shades of Royal Heath #AA5079
Tints of Royal Heath #AA5079
RGB
CMYK
RGB Variations
Color information
#AA5079 (or 0xAA5079) is known color: Royal Heath. HEX triplet: AA, 50 and 79. RGB value is (170,80,121). Sum of RGB (Red+Green+Blue) = 170+80+121=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5079 is #55AF86. Grayscale: #6F6F6F. Windows color (decimal): -5615495 or 7950506. OLE color: 7950506.
HSL color Cylindrical-coordinate representation of color #AA5079: hue angle of 332.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5079 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 121 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.33 |
| HSL | 332.67º | 0.36% | 0.49% | - |
| HSV(B) | 332.67º | 0.53% | 0.67% | - |
| XYZ | 22.9 | 15.66 | 19.91 | - |
| YUV | 111.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 121 | 0 | 0.53 | 0.29 | 0.33 | 332.67 | 0.36 | 0.49 |
| Hex | AA | 50 | 79 | 0 | 35 | 1D | 21 | 14D | 24 | 31 |
| Octal | 252 | 120 | 171 | 0 | 65 | 35 | 41 | 515 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1111001 | 0 | 110101 | 11101 | 100001 | 101001101 | 100100 | 110001 |
Color Harmonies of #AA5079
Complementary color
Monochromatic Colors of #AA5079
Black with #AA5079
Text Example
Text Example
White with #AA5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5079; }
p { color: rgb(170,80,121); }
H1.HeaderClassName
{
color: #AA5079;
}
.AnyTagClassName
{
color: #AA5079;
}
</style>
background-color css
<style>
a { background-color: #AA5079; }
a { background-color: rgb(170,80,121); }
div.DivClassName
{
background-color: #AA5079;
}
.BgClassName
{
background-color: #AA5079;
}
</style>
border-color css
<style>
span { border-color: #AA5079; }
span { border-color: rgb(170,80,121); }
td.TdClassName
{
border-color: #AA5079;
}
.TagClassName
{
border-color: #AA5079;
}
</style>