Shades of Violet Blue #AA599D
Tints of Violet Blue #AA599D
RGB
CMYK
RGB Variations
Color information
#AA599D (or 0xAA599D) is known color: Violet Blue. HEX triplet: AA, 59 and 9D. RGB value is (170,89,157). Sum of RGB (Red+Green+Blue) = 170+89+157=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599D is #55A662. Grayscale: #787878. Windows color (decimal): -5613155 or 10312106. OLE color: 10312106.
HSL color Cylindrical-coordinate representation of color #AA599D: hue angle of 309.63º 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 #AA599D is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 157 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.33 |
| HSL | 309.63º | 0.32% | 0.51% | - |
| HSV(B) | 309.63º | 0.48% | 0.67% | - |
| XYZ | 26.24 | 18.13 | 34.01 | - |
| YUV | 120.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 157 | 0 | 0.48 | 0.08 | 0.33 | 309.63 | 0.32 | 0.51 |
| Hex | AA | 59 | 9D | 0 | 30 | 8 | 21 | 136 | 20 | 33 |
| Octal | 252 | 131 | 235 | 0 | 60 | 10 | 41 | 466 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10011101 | 0 | 110000 | 1000 | 100001 | 100110110 | 100000 | 110011 |
Color Harmonies of #AA599D
Complementary color
Monochromatic Colors of #AA599D
Black with #AA599D
Text Example
Text Example
White with #AA599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA599D; }
p { color: rgb(170,89,157); }
H1.HeaderClassName
{
color: #AA599D;
}
.AnyTagClassName
{
color: #AA599D;
}
</style>
background-color css
<style>
a { background-color: #AA599D; }
a { background-color: rgb(170,89,157); }
div.DivClassName
{
background-color: #AA599D;
}
.BgClassName
{
background-color: #AA599D;
}
</style>
border-color css
<style>
span { border-color: #AA599D; }
span { border-color: rgb(170,89,157); }
td.TdClassName
{
border-color: #AA599D;
}
.TagClassName
{
border-color: #AA599D;
}
</style>