Shades of Blue Violet #AA3FFB
Tints of Blue Violet #AA3FFB
RGB
CMYK
RGB Variations
Color information
#AA3FFB (or 0xAA3FFB) is known color: Blue Violet. HEX triplet: AA, 3F and FB. RGB value is (170,63,251). Sum of RGB (Red+Green+Blue) = 170+63+251=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA3FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FFB is #55C004. Grayscale: #737373. Windows color (decimal): -5619717 or 16465834. OLE color: 16465834.
HSL color Cylindrical-coordinate representation of color #AA3FFB: hue angle of 274.15º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3FFB is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 63 | 251 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.02 |
| HSL | 274.15º | 0.96% | 0.62% | - |
| HSV(B) | 274.15º | 0.75% | 0.98% | - |
| XYZ | 35.77 | 19.07 | 93.06 | - |
| YUV | 116.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 251 | 0.32 | 0.75 | 0 | 0.02 | 274.15 | 0.96 | 0.62 |
| Hex | AA | 3F | FB | 20 | 4B | 0 | 2 | 112 | 60 | 3E |
| Octal | 252 | 77 | 373 | 40 | 113 | 0 | 2 | 422 | 140 | 76 |
| Binary | 10101010 | 111111 | 11111011 | 100000 | 1001011 | 0 | 10 | 100010010 | 1100000 | 111110 |
Color Harmonies of #AA3FFB
Complementary color
Monochromatic Colors of #AA3FFB
Black with #AA3FFB
Text Example
Text Example
White with #AA3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FFB; }
p { color: rgb(170,63,251); }
H1.HeaderClassName
{
color: #AA3FFB;
}
.AnyTagClassName
{
color: #AA3FFB;
}
</style>
background-color css
<style>
a { background-color: #AA3FFB; }
a { background-color: rgb(170,63,251); }
div.DivClassName
{
background-color: #AA3FFB;
}
.BgClassName
{
background-color: #AA3FFB;
}
</style>
border-color css
<style>
span { border-color: #AA3FFB; }
span { border-color: rgb(170,63,251); }
td.TdClassName
{
border-color: #AA3FFB;
}
.TagClassName
{
border-color: #AA3FFB;
}
</style>