Shades of Violet Blue #AA5995
Tints of Violet Blue #AA5995
RGB
CMYK
RGB Variations
Color information
#AA5995 (or 0xAA5995) is known color: Violet Blue. HEX triplet: AA, 59 and 95. RGB value is (170,89,149). Sum of RGB (Red+Green+Blue) = 170+89+149=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5995 is #55A66A. Grayscale: #777777. Windows color (decimal): -5613163 or 9787818. OLE color: 9787818.
HSL color Cylindrical-coordinate representation of color #AA5995: hue angle of 315.56º 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 #AA5995 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 149 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.33 |
| HSL | 315.56º | 0.32% | 0.51% | - |
| HSV(B) | 315.56º | 0.48% | 0.67% | - |
| XYZ | 25.57 | 17.86 | 30.53 | - |
| YUV | 120.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 149 | 0 | 0.48 | 0.12 | 0.33 | 315.56 | 0.32 | 0.51 |
| Hex | AA | 59 | 95 | 0 | 30 | C | 21 | 13C | 20 | 33 |
| Octal | 252 | 131 | 225 | 0 | 60 | 14 | 41 | 474 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10010101 | 0 | 110000 | 1100 | 100001 | 100111100 | 100000 | 110011 |
Color Harmonies of #AA5995
Complementary color
Monochromatic Colors of #AA5995
Black with #AA5995
Text Example
Text Example
White with #AA5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5995; }
p { color: rgb(170,89,149); }
H1.HeaderClassName
{
color: #AA5995;
}
.AnyTagClassName
{
color: #AA5995;
}
</style>
background-color css
<style>
a { background-color: #AA5995; }
a { background-color: rgb(170,89,149); }
div.DivClassName
{
background-color: #AA5995;
}
.BgClassName
{
background-color: #AA5995;
}
</style>
border-color css
<style>
span { border-color: #AA5995; }
span { border-color: rgb(170,89,149); }
td.TdClassName
{
border-color: #AA5995;
}
.TagClassName
{
border-color: #AA5995;
}
</style>