Shades of Blue Violet #AA3EFB
Tints of Blue Violet #AA3EFB
RGB
CMYK
RGB Variations
Color information
#AA3EFB (or 0xAA3EFB) is known color: Blue Violet. HEX triplet: AA, 3E and FB. RGB value is (170,62,251). Sum of RGB (Red+Green+Blue) = 170+62+251=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA3EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EFB is #55C104. Grayscale: #737373. Windows color (decimal): -5619973 or 16465578. OLE color: 16465578.
HSL color Cylindrical-coordinate representation of color #AA3EFB: hue angle of 274.29º degrees, saturation: 0.96, 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 #AA3EFB is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 62 | 251 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.02 |
| HSL | 274.29º | 0.96% | 0.61% | - |
| HSV(B) | 274.29º | 0.75% | 0.98% | - |
| XYZ | 35.71 | 18.96 | 93.04 | - |
| YUV | 115.84 | 204.28 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 251 | 0.32 | 0.75 | 0 | 0.02 | 274.29 | 0.96 | 0.61 |
| Hex | AA | 3E | FB | 20 | 4B | 0 | 2 | 112 | 60 | 3D |
| Octal | 252 | 76 | 373 | 40 | 113 | 0 | 2 | 422 | 140 | 75 |
| Binary | 10101010 | 111110 | 11111011 | 100000 | 1001011 | 0 | 10 | 100010010 | 1100000 | 111101 |
Color Harmonies of #AA3EFB
Complementary color
Monochromatic Colors of #AA3EFB
Black with #AA3EFB
Text Example
Text Example
White with #AA3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EFB; }
p { color: rgb(170,62,251); }
H1.HeaderClassName
{
color: #AA3EFB;
}
.AnyTagClassName
{
color: #AA3EFB;
}
</style>
background-color css
<style>
a { background-color: #AA3EFB; }
a { background-color: rgb(170,62,251); }
div.DivClassName
{
background-color: #AA3EFB;
}
.BgClassName
{
background-color: #AA3EFB;
}
</style>
border-color css
<style>
span { border-color: #AA3EFB; }
span { border-color: rgb(170,62,251); }
td.TdClassName
{
border-color: #AA3EFB;
}
.TagClassName
{
border-color: #AA3EFB;
}
</style>