Shades of Violet Blue #AA5997
Tints of Violet Blue #AA5997
RGB
CMYK
RGB Variations
Color information
#AA5997 (or 0xAA5997) is known color: Violet Blue. HEX triplet: AA, 59 and 97. RGB value is (170,89,151). Sum of RGB (Red+Green+Blue) = 170+89+151=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5997 is #55A668. Grayscale: #787878. Windows color (decimal): -5613161 or 9918890. OLE color: 9918890.
HSL color Cylindrical-coordinate representation of color #AA5997: hue angle of 314.07º 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 #AA5997 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 151 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.33 |
| HSL | 314.07º | 0.32% | 0.51% | - |
| HSV(B) | 314.07º | 0.48% | 0.67% | - |
| XYZ | 25.74 | 17.93 | 31.38 | - |
| YUV | 120.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 151 | 0 | 0.48 | 0.11 | 0.33 | 314.07 | 0.32 | 0.51 |
| Hex | AA | 59 | 97 | 0 | 30 | B | 21 | 13A | 20 | 33 |
| Octal | 252 | 131 | 227 | 0 | 60 | 13 | 41 | 472 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10010111 | 0 | 110000 | 1011 | 100001 | 100111010 | 100000 | 110011 |
Color Harmonies of #AA5997
Complementary color
Monochromatic Colors of #AA5997
Black with #AA5997
Text Example
Text Example
White with #AA5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5997; }
p { color: rgb(170,89,151); }
H1.HeaderClassName
{
color: #AA5997;
}
.AnyTagClassName
{
color: #AA5997;
}
</style>
background-color css
<style>
a { background-color: #AA5997; }
a { background-color: rgb(170,89,151); }
div.DivClassName
{
background-color: #AA5997;
}
.BgClassName
{
background-color: #AA5997;
}
</style>
border-color css
<style>
span { border-color: #AA5997; }
span { border-color: rgb(170,89,151); }
td.TdClassName
{
border-color: #AA5997;
}
.TagClassName
{
border-color: #AA5997;
}
</style>