Shades of Blue Violet #AA49FF
Tints of Blue Violet #AA49FF
RGB
CMYK
RGB Variations
Color information
#AA49FF (or 0xAA49FF) is known color: Blue Violet. HEX triplet: AA, 49 and FF. RGB value is (170,73,255). Sum of RGB (Red+Green+Blue) = 170+73+255=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49FF is #55B600. Grayscale: #7A7A7A. Windows color (decimal): -5617153 or 16730538. OLE color: 16730538.
HSL color Cylindrical-coordinate representation of color #AA49FF: hue angle of 271.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA49FF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 73 | 255 | - |
| CMYK | 0.33 | 0.71 | 0 | 0 |
| HSL | 271.98º | 1% | 0.64% | - |
| HSV(B) | 271.98º | 0.71% | 1% | - |
| XYZ | 37.01 | 20.53 | 96.62 | - |
| YUV | 122.75 | 202.64 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 255 | 0.33 | 0.71 | 0 | 0 | 271.98 | 1 | 0.64 |
| Hex | AA | 49 | FF | 21 | 47 | 0 | 0 | 110 | 64 | 40 |
| Octal | 252 | 111 | 377 | 41 | 107 | 0 | 0 | 420 | 144 | 100 |
| Binary | 10101010 | 1001001 | 11111111 | 100001 | 1000111 | 0 | 0 | 100010000 | 1100100 | 1000000 |
Color Harmonies of #AA49FF
Complementary color
Monochromatic Colors of #AA49FF
Black with #AA49FF
Text Example
Text Example
White with #AA49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49FF; }
p { color: rgb(170,73,255); }
H1.HeaderClassName
{
color: #AA49FF;
}
.AnyTagClassName
{
color: #AA49FF;
}
</style>
background-color css
<style>
a { background-color: #AA49FF; }
a { background-color: rgb(170,73,255); }
div.DivClassName
{
background-color: #AA49FF;
}
.BgClassName
{
background-color: #AA49FF;
}
</style>
border-color css
<style>
span { border-color: #AA49FF; }
span { border-color: rgb(170,73,255); }
td.TdClassName
{
border-color: #AA49FF;
}
.TagClassName
{
border-color: #AA49FF;
}
</style>