Shades of Violet Blue #AA49A2
Tints of Violet Blue #AA49A2
RGB
CMYK
RGB Variations
Color information
#AA49A2 (or 0xAA49A2) is known color: Violet Blue. HEX triplet: AA, 49 and A2. RGB value is (170,73,162). Sum of RGB (Red+Green+Blue) = 170+73+162=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A2 is #55B65D. Grayscale: #6F6F6F. Windows color (decimal): -5617246 or 10635690. OLE color: 10635690.
HSL color Cylindrical-coordinate representation of color #AA49A2: hue angle of 304.95º 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 #AA49A2 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 162 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.33 |
| HSL | 304.95º | 0.4% | 0.48% | - |
| HSV(B) | 304.95º | 0.57% | 0.67% | - |
| XYZ | 25.48 | 15.92 | 35.91 | - |
| YUV | 112.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 162 | 0 | 0.57 | 0.05 | 0.33 | 304.95 | 0.4 | 0.48 |
| Hex | AA | 49 | A2 | 0 | 39 | 5 | 21 | 131 | 28 | 30 |
| Octal | 252 | 111 | 242 | 0 | 71 | 5 | 41 | 461 | 50 | 60 |
| Binary | 10101010 | 1001001 | 10100010 | 0 | 111001 | 101 | 100001 | 100110001 | 101000 | 110000 |
Color Harmonies of #AA49A2
Complementary color
Monochromatic Colors of #AA49A2
Black with #AA49A2
Text Example
Text Example
White with #AA49A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49A2; }
p { color: rgb(170,73,162); }
H1.HeaderClassName
{
color: #AA49A2;
}
.AnyTagClassName
{
color: #AA49A2;
}
</style>
background-color css
<style>
a { background-color: #AA49A2; }
a { background-color: rgb(170,73,162); }
div.DivClassName
{
background-color: #AA49A2;
}
.BgClassName
{
background-color: #AA49A2;
}
</style>
border-color css
<style>
span { border-color: #AA49A2; }
span { border-color: rgb(170,73,162); }
td.TdClassName
{
border-color: #AA49A2;
}
.TagClassName
{
border-color: #AA49A2;
}
</style>