Shades of Royal Heath #AA4E80
Tints of Royal Heath #AA4E80
RGB
CMYK
RGB Variations
Color information
#AA4E80 (or 0xAA4E80) is known color: Royal Heath. HEX triplet: AA, 4E and 80. RGB value is (170,78,128). Sum of RGB (Red+Green+Blue) = 170+78+128=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E80 is #55B17F. Grayscale: #6F6F6F. Windows color (decimal): -5616000 or 8408746. OLE color: 8408746.
HSL color Cylindrical-coordinate representation of color #AA4E80: hue angle of 327.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E80 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 128 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.33 |
| HSL | 327.39º | 0.37% | 0.49% | - |
| HSV(B) | 327.39º | 0.54% | 0.67% | - |
| XYZ | 23.2 | 15.55 | 22.2 | - |
| YUV | 111.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 128 | 0 | 0.54 | 0.25 | 0.33 | 327.39 | 0.37 | 0.49 |
| Hex | AA | 4E | 80 | 0 | 36 | 19 | 21 | 147 | 25 | 31 |
| Octal | 252 | 116 | 200 | 0 | 66 | 31 | 41 | 507 | 45 | 61 |
| Binary | 10101010 | 1001110 | 10000000 | 0 | 110110 | 11001 | 100001 | 101000111 | 100101 | 110001 |
Color Harmonies of #AA4E80
Complementary color
Monochromatic Colors of #AA4E80
Black with #AA4E80
Text Example
Text Example
White with #AA4E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E80; }
p { color: rgb(170,78,128); }
H1.HeaderClassName
{
color: #AA4E80;
}
.AnyTagClassName
{
color: #AA4E80;
}
</style>
background-color css
<style>
a { background-color: #AA4E80; }
a { background-color: rgb(170,78,128); }
div.DivClassName
{
background-color: #AA4E80;
}
.BgClassName
{
background-color: #AA4E80;
}
</style>
border-color css
<style>
span { border-color: #AA4E80; }
span { border-color: rgb(170,78,128); }
td.TdClassName
{
border-color: #AA4E80;
}
.TagClassName
{
border-color: #AA4E80;
}
</style>