Shades of Royal Heath #AA5381
Tints of Royal Heath #AA5381
RGB
CMYK
RGB Variations
Color information
#AA5381 (or 0xAA5381) is known color: Royal Heath. HEX triplet: AA, 53 and 81. RGB value is (170,83,129). Sum of RGB (Red+Green+Blue) = 170+83+129=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5381 is #55AC7E. Grayscale: #727272. Windows color (decimal): -5614719 or 8475562. OLE color: 8475562.
HSL color Cylindrical-coordinate representation of color #AA5381: hue angle of 328.28º 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 #AA5381 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 129 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.33 |
| HSL | 328.28º | 0.34% | 0.5% | - |
| HSV(B) | 328.28º | 0.51% | 0.67% | - |
| XYZ | 23.63 | 16.32 | 22.67 | - |
| YUV | 114.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 129 | 0 | 0.51 | 0.24 | 0.33 | 328.28 | 0.34 | 0.5 |
| Hex | AA | 53 | 81 | 0 | 33 | 18 | 21 | 148 | 22 | 32 |
| Octal | 252 | 123 | 201 | 0 | 63 | 30 | 41 | 510 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10000001 | 0 | 110011 | 11000 | 100001 | 101001000 | 100010 | 110010 |
Color Harmonies of #AA5381
Complementary color
Monochromatic Colors of #AA5381
Black with #AA5381
Text Example
Text Example
White with #AA5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5381; }
p { color: rgb(170,83,129); }
H1.HeaderClassName
{
color: #AA5381;
}
.AnyTagClassName
{
color: #AA5381;
}
</style>
background-color css
<style>
a { background-color: #AA5381; }
a { background-color: rgb(170,83,129); }
div.DivClassName
{
background-color: #AA5381;
}
.BgClassName
{
background-color: #AA5381;
}
</style>
border-color css
<style>
span { border-color: #AA5381; }
span { border-color: rgb(170,83,129); }
td.TdClassName
{
border-color: #AA5381;
}
.TagClassName
{
border-color: #AA5381;
}
</style>