Shades of Violet Blue #AA539C
Tints of Violet Blue #AA539C
RGB
CMYK
RGB Variations
Color information
#AA539C (or 0xAA539C) is known color: Violet Blue. HEX triplet: AA, 53 and 9C. RGB value is (170,83,156). Sum of RGB (Red+Green+Blue) = 170+83+156=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA539C is #55AC63. Grayscale: #757575. Windows color (decimal): -5614692 or 10245034. OLE color: 10245034.
HSL color Cylindrical-coordinate representation of color #AA539C: hue angle of 309.66º 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 #AA539C is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 156 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.33 |
| HSL | 309.66º | 0.34% | 0.5% | - |
| HSV(B) | 309.66º | 0.51% | 0.67% | - |
| XYZ | 25.67 | 17.13 | 33.41 | - |
| YUV | 117.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 156 | 0 | 0.51 | 0.08 | 0.33 | 309.66 | 0.34 | 0.5 |
| Hex | AA | 53 | 9C | 0 | 33 | 8 | 21 | 136 | 22 | 32 |
| Octal | 252 | 123 | 234 | 0 | 63 | 10 | 41 | 466 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10011100 | 0 | 110011 | 1000 | 100001 | 100110110 | 100010 | 110010 |
Color Harmonies of #AA539C
Complementary color
Monochromatic Colors of #AA539C
Black with #AA539C
Text Example
Text Example
White with #AA539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA539C; }
p { color: rgb(170,83,156); }
H1.HeaderClassName
{
color: #AA539C;
}
.AnyTagClassName
{
color: #AA539C;
}
</style>
background-color css
<style>
a { background-color: #AA539C; }
a { background-color: rgb(170,83,156); }
div.DivClassName
{
background-color: #AA539C;
}
.BgClassName
{
background-color: #AA539C;
}
</style>
border-color css
<style>
span { border-color: #AA539C; }
span { border-color: rgb(170,83,156); }
td.TdClassName
{
border-color: #AA539C;
}
.TagClassName
{
border-color: #AA539C;
}
</style>