Shades of Violet Blue #AA5193
Tints of Violet Blue #AA5193
RGB
CMYK
RGB Variations
Color information
#AA5193 (or 0xAA5193) is known color: Violet Blue. HEX triplet: AA, 51 and 93. RGB value is (170,81,147). Sum of RGB (Red+Green+Blue) = 170+81+147=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5193 is #55AE6C. Grayscale: #727272. Windows color (decimal): -5615213 or 9654698. OLE color: 9654698.
HSL color Cylindrical-coordinate representation of color #AA5193: hue angle of 315.51º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5193 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 147 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.33 |
| HSL | 315.51º | 0.35% | 0.49% | - |
| HSV(B) | 315.51º | 0.52% | 0.67% | - |
| XYZ | 24.79 | 16.54 | 29.49 | - |
| YUV | 115.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 147 | 0 | 0.52 | 0.14 | 0.33 | 315.51 | 0.35 | 0.49 |
| Hex | AA | 51 | 93 | 0 | 34 | E | 21 | 13C | 23 | 31 |
| Octal | 252 | 121 | 223 | 0 | 64 | 16 | 41 | 474 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10010011 | 0 | 110100 | 1110 | 100001 | 100111100 | 100011 | 110001 |
Color Harmonies of #AA5193
Complementary color
Monochromatic Colors of #AA5193
Black with #AA5193
Text Example
Text Example
White with #AA5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5193; }
p { color: rgb(170,81,147); }
H1.HeaderClassName
{
color: #AA5193;
}
.AnyTagClassName
{
color: #AA5193;
}
</style>
background-color css
<style>
a { background-color: #AA5193; }
a { background-color: rgb(170,81,147); }
div.DivClassName
{
background-color: #AA5193;
}
.BgClassName
{
background-color: #AA5193;
}
</style>
border-color css
<style>
span { border-color: #AA5193; }
span { border-color: rgb(170,81,147); }
td.TdClassName
{
border-color: #AA5193;
}
.TagClassName
{
border-color: #AA5193;
}
</style>