Shades of Violet Blue #AA5096
Tints of Violet Blue #AA5096
RGB
CMYK
RGB Variations
Color information
#AA5096 (or 0xAA5096) is known color: Violet Blue. HEX triplet: AA, 50 and 96. RGB value is (170,80,150). Sum of RGB (Red+Green+Blue) = 170+80+150=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5096 is #55AF69. Grayscale: #727272. Windows color (decimal): -5615466 or 9851050. OLE color: 9851050.
HSL color Cylindrical-coordinate representation of color #AA5096: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5096 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 150 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.33 |
| HSL | 313.33º | 0.36% | 0.49% | - |
| HSV(B) | 313.33º | 0.53% | 0.67% | - |
| XYZ | 24.95 | 16.49 | 30.72 | - |
| YUV | 114.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 150 | 0 | 0.53 | 0.12 | 0.33 | 313.33 | 0.36 | 0.49 |
| Hex | AA | 50 | 96 | 0 | 35 | C | 21 | 139 | 24 | 31 |
| Octal | 252 | 120 | 226 | 0 | 65 | 14 | 41 | 471 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10010110 | 0 | 110101 | 1100 | 100001 | 100111001 | 100100 | 110001 |
Color Harmonies of #AA5096
Complementary color
Monochromatic Colors of #AA5096
Black with #AA5096
Text Example
Text Example
White with #AA5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5096; }
p { color: rgb(170,80,150); }
H1.HeaderClassName
{
color: #AA5096;
}
.AnyTagClassName
{
color: #AA5096;
}
</style>
background-color css
<style>
a { background-color: #AA5096; }
a { background-color: rgb(170,80,150); }
div.DivClassName
{
background-color: #AA5096;
}
.BgClassName
{
background-color: #AA5096;
}
</style>
border-color css
<style>
span { border-color: #AA5096; }
span { border-color: rgb(170,80,150); }
td.TdClassName
{
border-color: #AA5096;
}
.TagClassName
{
border-color: #AA5096;
}
</style>