Shades of Violet Blue #AA539D
Tints of Violet Blue #AA539D
RGB
CMYK
RGB Variations
Color information
#AA539D (or 0xAA539D) is known color: Violet Blue. HEX triplet: AA, 53 and 9D. RGB value is (170,83,157). Sum of RGB (Red+Green+Blue) = 170+83+157=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA539D is #55AC62. Grayscale: #757575. Windows color (decimal): -5614691 or 10310570. OLE color: 10310570.
HSL color Cylindrical-coordinate representation of color #AA539D: hue angle of 308.97º 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 #AA539D is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 157 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.33 |
| HSL | 308.97º | 0.34% | 0.5% | - |
| HSV(B) | 308.97º | 0.51% | 0.67% | - |
| XYZ | 25.76 | 17.17 | 33.85 | - |
| YUV | 117.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 157 | 0 | 0.51 | 0.08 | 0.33 | 308.97 | 0.34 | 0.5 |
| Hex | AA | 53 | 9D | 0 | 33 | 8 | 21 | 135 | 22 | 32 |
| Octal | 252 | 123 | 235 | 0 | 63 | 10 | 41 | 465 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10011101 | 0 | 110011 | 1000 | 100001 | 100110101 | 100010 | 110010 |
Color Harmonies of #AA539D
Complementary color
Monochromatic Colors of #AA539D
Black with #AA539D
Text Example
Text Example
White with #AA539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA539D; }
p { color: rgb(170,83,157); }
H1.HeaderClassName
{
color: #AA539D;
}
.AnyTagClassName
{
color: #AA539D;
}
</style>
background-color css
<style>
a { background-color: #AA539D; }
a { background-color: rgb(170,83,157); }
div.DivClassName
{
background-color: #AA539D;
}
.BgClassName
{
background-color: #AA539D;
}
</style>
border-color css
<style>
span { border-color: #AA539D; }
span { border-color: rgb(170,83,157); }
td.TdClassName
{
border-color: #AA539D;
}
.TagClassName
{
border-color: #AA539D;
}
</style>