Shades of Royal Heath #AA5084
Tints of Royal Heath #AA5084
RGB
CMYK
RGB Variations
Color information
#AA5084 (or 0xAA5084) is known color: Royal Heath. HEX triplet: AA, 50 and 84. RGB value is (170,80,132). Sum of RGB (Red+Green+Blue) = 170+80+132=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5084 is #55AF7B. Grayscale: #707070. Windows color (decimal): -5615484 or 8671402. OLE color: 8671402.
HSL color Cylindrical-coordinate representation of color #AA5084: hue angle of 325.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5084 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 132 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.33 |
| HSL | 325.33º | 0.36% | 0.49% | - |
| HSV(B) | 325.33º | 0.53% | 0.67% | - |
| XYZ | 23.61 | 15.95 | 23.66 | - |
| YUV | 112.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 132 | 0 | 0.53 | 0.22 | 0.33 | 325.33 | 0.36 | 0.49 |
| Hex | AA | 50 | 84 | 0 | 35 | 16 | 21 | 145 | 24 | 31 |
| Octal | 252 | 120 | 204 | 0 | 65 | 26 | 41 | 505 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10000100 | 0 | 110101 | 10110 | 100001 | 101000101 | 100100 | 110001 |
Color Harmonies of #AA5084
Complementary color
Monochromatic Colors of #AA5084
Black with #AA5084
Text Example
Text Example
White with #AA5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5084; }
p { color: rgb(170,80,132); }
H1.HeaderClassName
{
color: #AA5084;
}
.AnyTagClassName
{
color: #AA5084;
}
</style>
background-color css
<style>
a { background-color: #AA5084; }
a { background-color: rgb(170,80,132); }
div.DivClassName
{
background-color: #AA5084;
}
.BgClassName
{
background-color: #AA5084;
}
</style>
border-color css
<style>
span { border-color: #AA5084; }
span { border-color: rgb(170,80,132); }
td.TdClassName
{
border-color: #AA5084;
}
.TagClassName
{
border-color: #AA5084;
}
</style>