Shades of Violet Blue #AA599B
Tints of Violet Blue #AA599B
RGB
CMYK
RGB Variations
Color information
#AA599B (or 0xAA599B) is known color: Violet Blue. HEX triplet: AA, 59 and 9B. RGB value is (170,89,155). Sum of RGB (Red+Green+Blue) = 170+89+155=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599B is #55A664. Grayscale: #787878. Windows color (decimal): -5613157 or 10181034. OLE color: 10181034.
HSL color Cylindrical-coordinate representation of color #AA599B: hue angle of 311.11º 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 #AA599B is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 155 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.33 |
| HSL | 311.11º | 0.32% | 0.51% | - |
| HSV(B) | 311.11º | 0.48% | 0.67% | - |
| XYZ | 26.07 | 18.06 | 33.12 | - |
| YUV | 120.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 155 | 0 | 0.48 | 0.09 | 0.33 | 311.11 | 0.32 | 0.51 |
| Hex | AA | 59 | 9B | 0 | 30 | 9 | 21 | 137 | 20 | 33 |
| Octal | 252 | 131 | 233 | 0 | 60 | 11 | 41 | 467 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10011011 | 0 | 110000 | 1001 | 100001 | 100110111 | 100000 | 110011 |
Color Harmonies of #AA599B
Complementary color
Monochromatic Colors of #AA599B
Black with #AA599B
Text Example
Text Example
White with #AA599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA599B; }
p { color: rgb(170,89,155); }
H1.HeaderClassName
{
color: #AA599B;
}
.AnyTagClassName
{
color: #AA599B;
}
</style>
background-color css
<style>
a { background-color: #AA599B; }
a { background-color: rgb(170,89,155); }
div.DivClassName
{
background-color: #AA599B;
}
.BgClassName
{
background-color: #AA599B;
}
</style>
border-color css
<style>
span { border-color: #AA599B; }
span { border-color: rgb(170,89,155); }
td.TdClassName
{
border-color: #AA599B;
}
.TagClassName
{
border-color: #AA599B;
}
</style>