Shades of Blue Violet #AA3FFA
Tints of Blue Violet #AA3FFA
RGB
CMYK
RGB Variations
Color information
#AA3FFA (or 0xAA3FFA) is known color: Blue Violet. HEX triplet: AA, 3F and FA. RGB value is (170,63,250). Sum of RGB (Red+Green+Blue) = 170+63+250=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FFA is #55C005. Grayscale: #737373. Windows color (decimal): -5619718 or 16400298. OLE color: 16400298.
HSL color Cylindrical-coordinate representation of color #AA3FFA: hue angle of 274.33º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3FFA is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 63 | 250 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.02 |
| HSL | 274.33º | 0.95% | 0.61% | - |
| HSV(B) | 274.33º | 0.75% | 0.98% | - |
| XYZ | 35.61 | 19 | 92.23 | - |
| YUV | 116.31 | 203.45 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 250 | 0.32 | 0.75 | 0 | 0.02 | 274.33 | 0.95 | 0.61 |
| Hex | AA | 3F | FA | 20 | 4B | 0 | 2 | 112 | 5F | 3D |
| Octal | 252 | 77 | 372 | 40 | 113 | 0 | 2 | 422 | 137 | 75 |
| Binary | 10101010 | 111111 | 11111010 | 100000 | 1001011 | 0 | 10 | 100010010 | 1011111 | 111101 |
Color Harmonies of #AA3FFA
Complementary color
Monochromatic Colors of #AA3FFA
Black with #AA3FFA
Text Example
Text Example
White with #AA3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FFA; }
p { color: rgb(170,63,250); }
H1.HeaderClassName
{
color: #AA3FFA;
}
.AnyTagClassName
{
color: #AA3FFA;
}
</style>
background-color css
<style>
a { background-color: #AA3FFA; }
a { background-color: rgb(170,63,250); }
div.DivClassName
{
background-color: #AA3FFA;
}
.BgClassName
{
background-color: #AA3FFA;
}
</style>
border-color css
<style>
span { border-color: #AA3FFA; }
span { border-color: rgb(170,63,250); }
td.TdClassName
{
border-color: #AA3FFA;
}
.TagClassName
{
border-color: #AA3FFA;
}
</style>