Shades of Violet Blue #AA539F
Tints of Violet Blue #AA539F
RGB
CMYK
RGB Variations
Color information
#AA539F (or 0xAA539F) is known color: Violet Blue. HEX triplet: AA, 53 and 9F. RGB value is (170,83,159). Sum of RGB (Red+Green+Blue) = 170+83+159=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA539F is #55AC60. Grayscale: #757575. Windows color (decimal): -5614689 or 10441642. OLE color: 10441642.
HSL color Cylindrical-coordinate representation of color #AA539F: hue angle of 307.59º 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 #AA539F is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 159 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.33 |
| HSL | 307.59º | 0.34% | 0.5% | - |
| HSV(B) | 307.59º | 0.51% | 0.67% | - |
| XYZ | 25.93 | 17.24 | 34.76 | - |
| YUV | 117.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 159 | 0 | 0.51 | 0.06 | 0.33 | 307.59 | 0.34 | 0.5 |
| Hex | AA | 53 | 9F | 0 | 33 | 6 | 21 | 134 | 22 | 32 |
| Octal | 252 | 123 | 237 | 0 | 63 | 6 | 41 | 464 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10011111 | 0 | 110011 | 110 | 100001 | 100110100 | 100010 | 110010 |
Color Harmonies of #AA539F
Complementary color
Monochromatic Colors of #AA539F
Black with #AA539F
Text Example
Text Example
White with #AA539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA539F; }
p { color: rgb(170,83,159); }
H1.HeaderClassName
{
color: #AA539F;
}
.AnyTagClassName
{
color: #AA539F;
}
</style>
background-color css
<style>
a { background-color: #AA539F; }
a { background-color: rgb(170,83,159); }
div.DivClassName
{
background-color: #AA539F;
}
.BgClassName
{
background-color: #AA539F;
}
</style>
border-color css
<style>
span { border-color: #AA539F; }
span { border-color: rgb(170,83,159); }
td.TdClassName
{
border-color: #AA539F;
}
.TagClassName
{
border-color: #AA539F;
}
</style>