Shades of Royal Heath #AA5384
Tints of Royal Heath #AA5384
RGB
CMYK
RGB Variations
Color information
#AA5384 (or 0xAA5384) is known color: Royal Heath. HEX triplet: AA, 53 and 84. RGB value is (170,83,132). Sum of RGB (Red+Green+Blue) = 170+83+132=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5384 is #55AC7B. Grayscale: #727272. Windows color (decimal): -5614716 or 8672170. OLE color: 8672170.
HSL color Cylindrical-coordinate representation of color #AA5384: hue angle of 326.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5384 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 132 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.33 |
| HSL | 326.21º | 0.34% | 0.5% | - |
| HSV(B) | 326.21º | 0.51% | 0.67% | - |
| XYZ | 23.84 | 16.4 | 23.74 | - |
| YUV | 114.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 132 | 0 | 0.51 | 0.22 | 0.33 | 326.21 | 0.34 | 0.5 |
| Hex | AA | 53 | 84 | 0 | 33 | 16 | 21 | 146 | 22 | 32 |
| Octal | 252 | 123 | 204 | 0 | 63 | 26 | 41 | 506 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10000100 | 0 | 110011 | 10110 | 100001 | 101000110 | 100010 | 110010 |
Color Harmonies of #AA5384
Complementary color
Monochromatic Colors of #AA5384
Black with #AA5384
Text Example
Text Example
White with #AA5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5384; }
p { color: rgb(170,83,132); }
H1.HeaderClassName
{
color: #AA5384;
}
.AnyTagClassName
{
color: #AA5384;
}
</style>
background-color css
<style>
a { background-color: #AA5384; }
a { background-color: rgb(170,83,132); }
div.DivClassName
{
background-color: #AA5384;
}
.BgClassName
{
background-color: #AA5384;
}
</style>
border-color css
<style>
span { border-color: #AA5384; }
span { border-color: rgb(170,83,132); }
td.TdClassName
{
border-color: #AA5384;
}
.TagClassName
{
border-color: #AA5384;
}
</style>