Shades of Violet Blue #AA4996
Tints of Violet Blue #AA4996
RGB
CMYK
RGB Variations
Color information
#AA4996 (or 0xAA4996) is known color: Violet Blue. HEX triplet: AA, 49 and 96. RGB value is (170,73,150). Sum of RGB (Red+Green+Blue) = 170+73+150=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4996 is #55B669. Grayscale: #6E6E6E. Windows color (decimal): -5617258 or 9849258. OLE color: 9849258.
HSL color Cylindrical-coordinate representation of color #AA4996: hue angle of 312.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4996 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 150 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.33 |
| HSL | 312.37º | 0.4% | 0.48% | - |
| HSV(B) | 312.37º | 0.57% | 0.67% | - |
| XYZ | 24.47 | 15.51 | 30.56 | - |
| YUV | 110.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 150 | 0 | 0.57 | 0.12 | 0.33 | 312.37 | 0.4 | 0.48 |
| Hex | AA | 49 | 96 | 0 | 39 | C | 21 | 138 | 28 | 30 |
| Octal | 252 | 111 | 226 | 0 | 71 | 14 | 41 | 470 | 50 | 60 |
| Binary | 10101010 | 1001001 | 10010110 | 0 | 111001 | 1100 | 100001 | 100111000 | 101000 | 110000 |
Color Harmonies of #AA4996
Complementary color
Monochromatic Colors of #AA4996
Black with #AA4996
Text Example
Text Example
White with #AA4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4996; }
p { color: rgb(170,73,150); }
H1.HeaderClassName
{
color: #AA4996;
}
.AnyTagClassName
{
color: #AA4996;
}
</style>
background-color css
<style>
a { background-color: #AA4996; }
a { background-color: rgb(170,73,150); }
div.DivClassName
{
background-color: #AA4996;
}
.BgClassName
{
background-color: #AA4996;
}
</style>
border-color css
<style>
span { border-color: #AA4996; }
span { border-color: rgb(170,73,150); }
td.TdClassName
{
border-color: #AA4996;
}
.TagClassName
{
border-color: #AA4996;
}
</style>