Shades of Violet Blue #AA539A
Tints of Violet Blue #AA539A
RGB
CMYK
RGB Variations
Color information
#AA539A (or 0xAA539A) is known color: Violet Blue. HEX triplet: AA, 53 and 9A. RGB value is (170,83,154). Sum of RGB (Red+Green+Blue) = 170+83+154=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA539A is #55AC65. Grayscale: #747474. Windows color (decimal): -5614694 or 10113962. OLE color: 10113962.
HSL color Cylindrical-coordinate representation of color #AA539A: hue angle of 311.03º 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 #AA539A is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 154 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.33 |
| HSL | 311.03º | 0.34% | 0.5% | - |
| HSV(B) | 311.03º | 0.51% | 0.67% | - |
| XYZ | 25.5 | 17.07 | 32.52 | - |
| YUV | 117.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 154 | 0 | 0.51 | 0.09 | 0.33 | 311.03 | 0.34 | 0.5 |
| Hex | AA | 53 | 9A | 0 | 33 | 9 | 21 | 137 | 22 | 32 |
| Octal | 252 | 123 | 232 | 0 | 63 | 11 | 41 | 467 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10011010 | 0 | 110011 | 1001 | 100001 | 100110111 | 100010 | 110010 |
Color Harmonies of #AA539A
Complementary color
Monochromatic Colors of #AA539A
Black with #AA539A
Text Example
Text Example
White with #AA539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA539A; }
p { color: rgb(170,83,154); }
H1.HeaderClassName
{
color: #AA539A;
}
.AnyTagClassName
{
color: #AA539A;
}
</style>
background-color css
<style>
a { background-color: #AA539A; }
a { background-color: rgb(170,83,154); }
div.DivClassName
{
background-color: #AA539A;
}
.BgClassName
{
background-color: #AA539A;
}
</style>
border-color css
<style>
span { border-color: #AA539A; }
span { border-color: rgb(170,83,154); }
td.TdClassName
{
border-color: #AA539A;
}
.TagClassName
{
border-color: #AA539A;
}
</style>