Shades of Violet Blue #AA539B
Tints of Violet Blue #AA539B
RGB
CMYK
RGB Variations
Color information
#AA539B (or 0xAA539B) is known color: Violet Blue. HEX triplet: AA, 53 and 9B. RGB value is (170,83,155). Sum of RGB (Red+Green+Blue) = 170+83+155=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA539B is #55AC64. Grayscale: #757575. Windows color (decimal): -5614693 or 10179498. OLE color: 10179498.
HSL color Cylindrical-coordinate representation of color #AA539B: hue angle of 310.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA539B is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 155 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.33 |
| HSL | 310.34º | 0.34% | 0.5% | - |
| HSV(B) | 310.34º | 0.51% | 0.67% | - |
| XYZ | 25.59 | 17.1 | 32.96 | - |
| YUV | 117.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 155 | 0 | 0.51 | 0.09 | 0.33 | 310.34 | 0.34 | 0.5 |
| Hex | AA | 53 | 9B | 0 | 33 | 9 | 21 | 136 | 22 | 32 |
| Octal | 252 | 123 | 233 | 0 | 63 | 11 | 41 | 466 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10011011 | 0 | 110011 | 1001 | 100001 | 100110110 | 100010 | 110010 |
Color Harmonies of #AA539B
Complementary color
Monochromatic Colors of #AA539B
Black with #AA539B
Text Example
Text Example
White with #AA539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA539B; }
p { color: rgb(170,83,155); }
H1.HeaderClassName
{
color: #AA539B;
}
.AnyTagClassName
{
color: #AA539B;
}
</style>
background-color css
<style>
a { background-color: #AA539B; }
a { background-color: rgb(170,83,155); }
div.DivClassName
{
background-color: #AA539B;
}
.BgClassName
{
background-color: #AA539B;
}
</style>
border-color css
<style>
span { border-color: #AA539B; }
span { border-color: rgb(170,83,155); }
td.TdClassName
{
border-color: #AA539B;
}
.TagClassName
{
border-color: #AA539B;
}
</style>