Shades of Violet Blue #AA5991
Tints of Violet Blue #AA5991
RGB
CMYK
RGB Variations
Color information
#AA5991 (or 0xAA5991) is known color: Violet Blue. HEX triplet: AA, 59 and 91. RGB value is (170,89,145). Sum of RGB (Red+Green+Blue) = 170+89+145=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5991 is #55A66E. Grayscale: #777777. Windows color (decimal): -5613167 or 9525674. OLE color: 9525674.
HSL color Cylindrical-coordinate representation of color #AA5991: hue angle of 318.52º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5991 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 145 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.33 |
| HSL | 318.52º | 0.32% | 0.51% | - |
| HSV(B) | 318.52º | 0.48% | 0.67% | - |
| XYZ | 25.26 | 17.74 | 28.88 | - |
| YUV | 119.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 145 | 0 | 0.48 | 0.15 | 0.33 | 318.52 | 0.32 | 0.51 |
| Hex | AA | 59 | 91 | 0 | 30 | F | 21 | 13F | 20 | 33 |
| Octal | 252 | 131 | 221 | 0 | 60 | 17 | 41 | 477 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10010001 | 0 | 110000 | 1111 | 100001 | 100111111 | 100000 | 110011 |
Color Harmonies of #AA5991
Complementary color
Monochromatic Colors of #AA5991
Black with #AA5991
Text Example
Text Example
White with #AA5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5991; }
p { color: rgb(170,89,145); }
H1.HeaderClassName
{
color: #AA5991;
}
.AnyTagClassName
{
color: #AA5991;
}
</style>
background-color css
<style>
a { background-color: #AA5991; }
a { background-color: rgb(170,89,145); }
div.DivClassName
{
background-color: #AA5991;
}
.BgClassName
{
background-color: #AA5991;
}
</style>
border-color css
<style>
span { border-color: #AA5991; }
span { border-color: rgb(170,89,145); }
td.TdClassName
{
border-color: #AA5991;
}
.TagClassName
{
border-color: #AA5991;
}
</style>