Shades of Violet Blue #AA5396
Tints of Violet Blue #AA5396
RGB
CMYK
RGB Variations
Color information
#AA5396 (or 0xAA5396) is known color: Violet Blue. HEX triplet: AA, 53 and 96. RGB value is (170,83,150). Sum of RGB (Red+Green+Blue) = 170+83+150=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5396 is #55AC69. Grayscale: #747474. Windows color (decimal): -5614698 or 9851818. OLE color: 9851818.
HSL color Cylindrical-coordinate representation of color #AA5396: hue angle of 313.79º 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 #AA5396 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 150 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.33 |
| HSL | 313.79º | 0.34% | 0.5% | - |
| HSV(B) | 313.79º | 0.51% | 0.67% | - |
| XYZ | 25.18 | 16.93 | 30.8 | - |
| YUV | 116.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 150 | 0 | 0.51 | 0.12 | 0.33 | 313.79 | 0.34 | 0.5 |
| Hex | AA | 53 | 96 | 0 | 33 | C | 21 | 13A | 22 | 32 |
| Octal | 252 | 123 | 226 | 0 | 63 | 14 | 41 | 472 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10010110 | 0 | 110011 | 1100 | 100001 | 100111010 | 100010 | 110010 |
Color Harmonies of #AA5396
Complementary color
Monochromatic Colors of #AA5396
Black with #AA5396
Text Example
Text Example
White with #AA5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5396; }
p { color: rgb(170,83,150); }
H1.HeaderClassName
{
color: #AA5396;
}
.AnyTagClassName
{
color: #AA5396;
}
</style>
background-color css
<style>
a { background-color: #AA5396; }
a { background-color: rgb(170,83,150); }
div.DivClassName
{
background-color: #AA5396;
}
.BgClassName
{
background-color: #AA5396;
}
</style>
border-color css
<style>
span { border-color: #AA5396; }
span { border-color: rgb(170,83,150); }
td.TdClassName
{
border-color: #AA5396;
}
.TagClassName
{
border-color: #AA5396;
}
</style>