Shades of Royal Heath #AA5181
Tints of Royal Heath #AA5181
RGB
CMYK
RGB Variations
Color information
#AA5181 (or 0xAA5181) is known color: Royal Heath. HEX triplet: AA, 51 and 81. RGB value is (170,81,129). Sum of RGB (Red+Green+Blue) = 170+81+129=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5181 is #55AE7E. Grayscale: #707070. Windows color (decimal): -5615231 or 8475050. OLE color: 8475050.
HSL color Cylindrical-coordinate representation of color #AA5181: hue angle of 327.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 #AA5181 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 129 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.33 |
| HSL | 327.64º | 0.35% | 0.49% | - |
| HSV(B) | 327.64º | 0.52% | 0.67% | - |
| XYZ | 23.48 | 16.02 | 22.62 | - |
| YUV | 113.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 129 | 0 | 0.52 | 0.24 | 0.33 | 327.64 | 0.35 | 0.49 |
| Hex | AA | 51 | 81 | 0 | 34 | 18 | 21 | 148 | 23 | 31 |
| Octal | 252 | 121 | 201 | 0 | 64 | 30 | 41 | 510 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10000001 | 0 | 110100 | 11000 | 100001 | 101001000 | 100011 | 110001 |
Color Harmonies of #AA5181
Complementary color
Monochromatic Colors of #AA5181
Black with #AA5181
Text Example
Text Example
White with #AA5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5181; }
p { color: rgb(170,81,129); }
H1.HeaderClassName
{
color: #AA5181;
}
.AnyTagClassName
{
color: #AA5181;
}
</style>
background-color css
<style>
a { background-color: #AA5181; }
a { background-color: rgb(170,81,129); }
div.DivClassName
{
background-color: #AA5181;
}
.BgClassName
{
background-color: #AA5181;
}
</style>
border-color css
<style>
span { border-color: #AA5181; }
span { border-color: rgb(170,81,129); }
td.TdClassName
{
border-color: #AA5181;
}
.TagClassName
{
border-color: #AA5181;
}
</style>