Shades of Royal Heath #AA5280
Tints of Royal Heath #AA5280
RGB
CMYK
RGB Variations
Color information
#AA5280 (or 0xAA5280) is known color: Royal Heath. HEX triplet: AA, 52 and 80. RGB value is (170,82,128). Sum of RGB (Red+Green+Blue) = 170+82+128=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5280 is #55AD7F. Grayscale: #717171. Windows color (decimal): -5614976 or 8409770. OLE color: 8409770.
HSL color Cylindrical-coordinate representation of color #AA5280: hue angle of 328.64º 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 #AA5280 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 128 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.33 |
| HSL | 328.64º | 0.35% | 0.49% | - |
| HSV(B) | 328.64º | 0.52% | 0.67% | - |
| XYZ | 23.49 | 16.14 | 22.3 | - |
| YUV | 113.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 128 | 0 | 0.52 | 0.25 | 0.33 | 328.64 | 0.35 | 0.49 |
| Hex | AA | 52 | 80 | 0 | 34 | 19 | 21 | 149 | 23 | 31 |
| Octal | 252 | 122 | 200 | 0 | 64 | 31 | 41 | 511 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10000000 | 0 | 110100 | 11001 | 100001 | 101001001 | 100011 | 110001 |
Color Harmonies of #AA5280
Complementary color
Monochromatic Colors of #AA5280
Black with #AA5280
Text Example
Text Example
White with #AA5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5280; }
p { color: rgb(170,82,128); }
H1.HeaderClassName
{
color: #AA5280;
}
.AnyTagClassName
{
color: #AA5280;
}
</style>
background-color css
<style>
a { background-color: #AA5280; }
a { background-color: rgb(170,82,128); }
div.DivClassName
{
background-color: #AA5280;
}
.BgClassName
{
background-color: #AA5280;
}
</style>
border-color css
<style>
span { border-color: #AA5280; }
span { border-color: rgb(170,82,128); }
td.TdClassName
{
border-color: #AA5280;
}
.TagClassName
{
border-color: #AA5280;
}
</style>