Shades of Royal Heath #AA4980
Tints of Royal Heath #AA4980
RGB
CMYK
RGB Variations
Color information
#AA4980 (or 0xAA4980) is known color: Royal Heath. HEX triplet: AA, 49 and 80. RGB value is (170,73,128). Sum of RGB (Red+Green+Blue) = 170+73+128=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4980 is #55B67F. Grayscale: #6C6C6C. Windows color (decimal): -5617280 or 8407466. OLE color: 8407466.
HSL color Cylindrical-coordinate representation of color #AA4980: hue angle of 325.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4980 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 128 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.33 |
| HSL | 325.98º | 0.4% | 0.48% | - |
| HSV(B) | 325.98º | 0.57% | 0.67% | - |
| XYZ | 22.86 | 14.87 | 22.09 | - |
| YUV | 108.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 128 | 0 | 0.57 | 0.25 | 0.33 | 325.98 | 0.4 | 0.48 |
| Hex | AA | 49 | 80 | 0 | 39 | 19 | 21 | 146 | 28 | 30 |
| Octal | 252 | 111 | 200 | 0 | 71 | 31 | 41 | 506 | 50 | 60 |
| Binary | 10101010 | 1001001 | 10000000 | 0 | 111001 | 11001 | 100001 | 101000110 | 101000 | 110000 |
Color Harmonies of #AA4980
Complementary color
Monochromatic Colors of #AA4980
Black with #AA4980
Text Example
Text Example
White with #AA4980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4980; }
p { color: rgb(170,73,128); }
H1.HeaderClassName
{
color: #AA4980;
}
.AnyTagClassName
{
color: #AA4980;
}
</style>
background-color css
<style>
a { background-color: #AA4980; }
a { background-color: rgb(170,73,128); }
div.DivClassName
{
background-color: #AA4980;
}
.BgClassName
{
background-color: #AA4980;
}
</style>
border-color css
<style>
span { border-color: #AA4980; }
span { border-color: rgb(170,73,128); }
td.TdClassName
{
border-color: #AA4980;
}
.TagClassName
{
border-color: #AA4980;
}
</style>