Shades of Royal Heath #AA5177
Tints of Royal Heath #AA5177
RGB
CMYK
RGB Variations
Color information
#AA5177 (or 0xAA5177) is known color: Royal Heath. HEX triplet: AA, 51 and 77. RGB value is (170,81,119). Sum of RGB (Red+Green+Blue) = 170+81+119=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5177 is #55AE88. Grayscale: #6F6F6F. Windows color (decimal): -5615241 or 7819690. OLE color: 7819690.
HSL color Cylindrical-coordinate representation of color #AA5177: hue angle of 334.38º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5177 is Cyan = 0, Magento = 0.52, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 119 | - |
| CMYK | 0 | 0.52 | 0.3 | 0.33 |
| HSL | 334.38º | 0.35% | 0.49% | - |
| HSV(B) | 334.38º | 0.52% | 0.67% | - |
| XYZ | 22.85 | 15.76 | 19.29 | - |
| YUV | 111.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 119 | 0 | 0.52 | 0.3 | 0.33 | 334.38 | 0.35 | 0.49 |
| Hex | AA | 51 | 77 | 0 | 34 | 1E | 21 | 14E | 23 | 31 |
| Octal | 252 | 121 | 167 | 0 | 64 | 36 | 41 | 516 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1110111 | 0 | 110100 | 11110 | 100001 | 101001110 | 100011 | 110001 |
Color Harmonies of #AA5177
Complementary color
Monochromatic Colors of #AA5177
Black with #AA5177
Text Example
Text Example
White with #AA5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5177; }
p { color: rgb(170,81,119); }
H1.HeaderClassName
{
color: #AA5177;
}
.AnyTagClassName
{
color: #AA5177;
}
</style>
background-color css
<style>
a { background-color: #AA5177; }
a { background-color: rgb(170,81,119); }
div.DivClassName
{
background-color: #AA5177;
}
.BgClassName
{
background-color: #AA5177;
}
</style>
border-color css
<style>
span { border-color: #AA5177; }
span { border-color: rgb(170,81,119); }
td.TdClassName
{
border-color: #AA5177;
}
.TagClassName
{
border-color: #AA5177;
}
</style>