Shades of Violet Blue #AA599F
Tints of Violet Blue #AA599F
RGB
CMYK
RGB Variations
Color information
#AA599F (or 0xAA599F) is known color: Violet Blue. HEX triplet: AA, 59 and 9F. RGB value is (170,89,159). Sum of RGB (Red+Green+Blue) = 170+89+159=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599F is #55A660. Grayscale: #787878. Windows color (decimal): -5613153 or 10443178. OLE color: 10443178.
HSL color Cylindrical-coordinate representation of color #AA599F: hue angle of 308.15º 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 #AA599F is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 159 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.33 |
| HSL | 308.15º | 0.32% | 0.51% | - |
| HSV(B) | 308.15º | 0.48% | 0.67% | - |
| XYZ | 26.41 | 18.19 | 34.92 | - |
| YUV | 121.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 159 | 0 | 0.48 | 0.06 | 0.33 | 308.15 | 0.32 | 0.51 |
| Hex | AA | 59 | 9F | 0 | 30 | 6 | 21 | 134 | 20 | 33 |
| Octal | 252 | 131 | 237 | 0 | 60 | 6 | 41 | 464 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10011111 | 0 | 110000 | 110 | 100001 | 100110100 | 100000 | 110011 |
Color Harmonies of #AA599F
Complementary color
Monochromatic Colors of #AA599F
Black with #AA599F
Text Example
Text Example
White with #AA599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA599F; }
p { color: rgb(170,89,159); }
H1.HeaderClassName
{
color: #AA599F;
}
.AnyTagClassName
{
color: #AA599F;
}
</style>
background-color css
<style>
a { background-color: #AA599F; }
a { background-color: rgb(170,89,159); }
div.DivClassName
{
background-color: #AA599F;
}
.BgClassName
{
background-color: #AA599F;
}
</style>
border-color css
<style>
span { border-color: #AA599F; }
span { border-color: rgb(170,89,159); }
td.TdClassName
{
border-color: #AA599F;
}
.TagClassName
{
border-color: #AA599F;
}
</style>