Shades of Violet Blue #AA5192
Tints of Violet Blue #AA5192
RGB
CMYK
RGB Variations
Color information
#AA5192 (or 0xAA5192) is known color: Violet Blue. HEX triplet: AA, 51 and 92. RGB value is (170,81,146). Sum of RGB (Red+Green+Blue) = 170+81+146=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5192 is #55AE6D. Grayscale: #727272. Windows color (decimal): -5615214 or 9589162. OLE color: 9589162.
HSL color Cylindrical-coordinate representation of color #AA5192: hue angle of 316.18º 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 #AA5192 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 146 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.33 |
| HSL | 316.18º | 0.35% | 0.49% | - |
| HSV(B) | 316.18º | 0.52% | 0.67% | - |
| XYZ | 24.71 | 16.51 | 29.08 | - |
| YUV | 115.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 146 | 0 | 0.52 | 0.14 | 0.33 | 316.18 | 0.35 | 0.49 |
| Hex | AA | 51 | 92 | 0 | 34 | E | 21 | 13C | 23 | 31 |
| Octal | 252 | 121 | 222 | 0 | 64 | 16 | 41 | 474 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10010010 | 0 | 110100 | 1110 | 100001 | 100111100 | 100011 | 110001 |
Color Harmonies of #AA5192
Complementary color
Monochromatic Colors of #AA5192
Black with #AA5192
Text Example
Text Example
White with #AA5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5192; }
p { color: rgb(170,81,146); }
H1.HeaderClassName
{
color: #AA5192;
}
.AnyTagClassName
{
color: #AA5192;
}
</style>
background-color css
<style>
a { background-color: #AA5192; }
a { background-color: rgb(170,81,146); }
div.DivClassName
{
background-color: #AA5192;
}
.BgClassName
{
background-color: #AA5192;
}
</style>
border-color css
<style>
span { border-color: #AA5192; }
span { border-color: rgb(170,81,146); }
td.TdClassName
{
border-color: #AA5192;
}
.TagClassName
{
border-color: #AA5192;
}
</style>