Shades of Violet Blue #AA49A8
Tints of Violet Blue #AA49A8
RGB
CMYK
RGB Variations
Color information
#AA49A8 (or 0xAA49A8) is known color: Violet Blue. HEX triplet: AA, 49 and A8. RGB value is (170,73,168). Sum of RGB (Red+Green+Blue) = 170+73+168=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A8 is #55B657. Grayscale: #707070. Windows color (decimal): -5617240 or 11028906. OLE color: 11028906.
HSL color Cylindrical-coordinate representation of color #AA49A8: hue angle of 301.24º 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 #AA49A8 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 168 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.33 |
| HSL | 301.24º | 0.4% | 0.48% | - |
| HSV(B) | 301.24º | 0.57% | 0.67% | - |
| XYZ | 26.03 | 16.14 | 38.79 | - |
| YUV | 112.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 168 | 0 | 0.57 | 0.01 | 0.33 | 301.24 | 0.4 | 0.48 |
| Hex | AA | 49 | A8 | 0 | 39 | 1 | 21 | 12D | 28 | 30 |
| Octal | 252 | 111 | 250 | 0 | 71 | 1 | 41 | 455 | 50 | 60 |
| Binary | 10101010 | 1001001 | 10101000 | 0 | 111001 | 1 | 100001 | 100101101 | 101000 | 110000 |
Color Harmonies of #AA49A8
Complementary color
Monochromatic Colors of #AA49A8
Black with #AA49A8
Text Example
Text Example
White with #AA49A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49A8; }
p { color: rgb(170,73,168); }
H1.HeaderClassName
{
color: #AA49A8;
}
.AnyTagClassName
{
color: #AA49A8;
}
</style>
background-color css
<style>
a { background-color: #AA49A8; }
a { background-color: rgb(170,73,168); }
div.DivClassName
{
background-color: #AA49A8;
}
.BgClassName
{
background-color: #AA49A8;
}
</style>
border-color css
<style>
span { border-color: #AA49A8; }
span { border-color: rgb(170,73,168); }
td.TdClassName
{
border-color: #AA49A8;
}
.TagClassName
{
border-color: #AA49A8;
}
</style>