Shades of Violet Blue #AA49A0
Tints of Violet Blue #AA49A0
RGB
CMYK
RGB Variations
Color information
#AA49A0 (or 0xAA49A0) is known color: Violet Blue. HEX triplet: AA, 49 and A0. RGB value is (170,73,160). Sum of RGB (Red+Green+Blue) = 170+73+160=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A0 is #55B65F. Grayscale: #6F6F6F. Windows color (decimal): -5617248 or 10504618. OLE color: 10504618.
HSL color Cylindrical-coordinate representation of color #AA49A0: hue angle of 306.19º 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 #AA49A0 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 160 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.33 |
| HSL | 306.19º | 0.4% | 0.48% | - |
| HSV(B) | 306.19º | 0.57% | 0.67% | - |
| XYZ | 25.31 | 15.85 | 34.98 | - |
| YUV | 111.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 160 | 0 | 0.57 | 0.06 | 0.33 | 306.19 | 0.4 | 0.48 |
| Hex | AA | 49 | A0 | 0 | 39 | 6 | 21 | 132 | 28 | 30 |
| Octal | 252 | 111 | 240 | 0 | 71 | 6 | 41 | 462 | 50 | 60 |
| Binary | 10101010 | 1001001 | 10100000 | 0 | 111001 | 110 | 100001 | 100110010 | 101000 | 110000 |
Color Harmonies of #AA49A0
Complementary color
Monochromatic Colors of #AA49A0
Black with #AA49A0
Text Example
Text Example
White with #AA49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49A0; }
p { color: rgb(170,73,160); }
H1.HeaderClassName
{
color: #AA49A0;
}
.AnyTagClassName
{
color: #AA49A0;
}
</style>
background-color css
<style>
a { background-color: #AA49A0; }
a { background-color: rgb(170,73,160); }
div.DivClassName
{
background-color: #AA49A0;
}
.BgClassName
{
background-color: #AA49A0;
}
</style>
border-color css
<style>
span { border-color: #AA49A0; }
span { border-color: rgb(170,73,160); }
td.TdClassName
{
border-color: #AA49A0;
}
.TagClassName
{
border-color: #AA49A0;
}
</style>