Shades of Violet Blue #AA5199
Tints of Violet Blue #AA5199
RGB
CMYK
RGB Variations
Color information
#AA5199 (or 0xAA5199) is known color: Violet Blue. HEX triplet: AA, 51 and 99. RGB value is (170,81,153). Sum of RGB (Red+Green+Blue) = 170+81+153=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5199 is #55AE66. Grayscale: #737373. Windows color (decimal): -5615207 or 10047914. OLE color: 10047914.
HSL color Cylindrical-coordinate representation of color #AA5199: hue angle of 311.46º 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 #AA5199 is Cyan = 0, Magento = 0.52, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 153 | - |
| CMYK | 0 | 0.52 | 0.1 | 0.33 |
| HSL | 311.46º | 0.35% | 0.49% | - |
| HSV(B) | 311.46º | 0.52% | 0.67% | - |
| XYZ | 25.27 | 16.73 | 32.03 | - |
| YUV | 115.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 153 | 0 | 0.52 | 0.1 | 0.33 | 311.46 | 0.35 | 0.49 |
| Hex | AA | 51 | 99 | 0 | 34 | A | 21 | 137 | 23 | 31 |
| Octal | 252 | 121 | 231 | 0 | 64 | 12 | 41 | 467 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10011001 | 0 | 110100 | 1010 | 100001 | 100110111 | 100011 | 110001 |
Color Harmonies of #AA5199
Complementary color
Monochromatic Colors of #AA5199
Black with #AA5199
Text Example
Text Example
White with #AA5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5199; }
p { color: rgb(170,81,153); }
H1.HeaderClassName
{
color: #AA5199;
}
.AnyTagClassName
{
color: #AA5199;
}
</style>
background-color css
<style>
a { background-color: #AA5199; }
a { background-color: rgb(170,81,153); }
div.DivClassName
{
background-color: #AA5199;
}
.BgClassName
{
background-color: #AA5199;
}
</style>
border-color css
<style>
span { border-color: #AA5199; }
span { border-color: rgb(170,81,153); }
td.TdClassName
{
border-color: #AA5199;
}
.TagClassName
{
border-color: #AA5199;
}
</style>