Shades of Royal Heath #AA5180
Tints of Royal Heath #AA5180
RGB
CMYK
RGB Variations
Color information
#AA5180 (or 0xAA5180) is known color: Royal Heath. HEX triplet: AA, 51 and 80. RGB value is (170,81,128). Sum of RGB (Red+Green+Blue) = 170+81+128=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5180 is #55AE7F. Grayscale: #707070. Windows color (decimal): -5615232 or 8409514. OLE color: 8409514.
HSL color Cylindrical-coordinate representation of color #AA5180: hue angle of 328.31º 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 #AA5180 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 128 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.33 |
| HSL | 328.31º | 0.35% | 0.49% | - |
| HSV(B) | 328.31º | 0.52% | 0.67% | - |
| XYZ | 23.42 | 15.99 | 22.27 | - |
| YUV | 112.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 128 | 0 | 0.52 | 0.25 | 0.33 | 328.31 | 0.35 | 0.49 |
| Hex | AA | 51 | 80 | 0 | 34 | 19 | 21 | 148 | 23 | 31 |
| Octal | 252 | 121 | 200 | 0 | 64 | 31 | 41 | 510 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10000000 | 0 | 110100 | 11001 | 100001 | 101001000 | 100011 | 110001 |
Color Harmonies of #AA5180
Complementary color
Monochromatic Colors of #AA5180
Black with #AA5180
Text Example
Text Example
White with #AA5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5180; }
p { color: rgb(170,81,128); }
H1.HeaderClassName
{
color: #AA5180;
}
.AnyTagClassName
{
color: #AA5180;
}
</style>
background-color css
<style>
a { background-color: #AA5180; }
a { background-color: rgb(170,81,128); }
div.DivClassName
{
background-color: #AA5180;
}
.BgClassName
{
background-color: #AA5180;
}
</style>
border-color css
<style>
span { border-color: #AA5180; }
span { border-color: rgb(170,81,128); }
td.TdClassName
{
border-color: #AA5180;
}
.TagClassName
{
border-color: #AA5180;
}
</style>