Shades of Blue Violet #AA3BFE
Tints of Blue Violet #AA3BFE
RGB
CMYK
RGB Variations
Color information
#AA3BFE (or 0xAA3BFE) is known color: Blue Violet. HEX triplet: AA, 3B and FE. RGB value is (170,59,254). Sum of RGB (Red+Green+Blue) = 170+59+254=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA3BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3BFE is #55C401. Grayscale: #717171. Windows color (decimal): -5620738 or 16661418. OLE color: 16661418.
HSL color Cylindrical-coordinate representation of color #AA3BFE: hue angle of 274.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3BFE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 59 | 254 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.00 |
| HSL | 274.15º | 0.99% | 0.61% | - |
| HSV(B) | 274.15º | 0.77% | 1% | - |
| XYZ | 36.03 | 18.83 | 95.5 | - |
| YUV | 114.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 254 | 0.33 | 0.77 | 0 | 0.00 | 274.15 | 0.99 | 0.61 |
| Hex | AA | 3B | FE | 21 | 4D | 0 | 0 | 112 | 63 | 3D |
| Octal | 252 | 73 | 376 | 41 | 115 | 0 | 0 | 422 | 143 | 75 |
| Binary | 10101010 | 111011 | 11111110 | 100001 | 1001101 | 0 | 0 | 100010010 | 1100011 | 111101 |
Color Harmonies of #AA3BFE
Complementary color
Monochromatic Colors of #AA3BFE
Black with #AA3BFE
Text Example
Text Example
White with #AA3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BFE; }
p { color: rgb(170,59,254); }
H1.HeaderClassName
{
color: #AA3BFE;
}
.AnyTagClassName
{
color: #AA3BFE;
}
</style>
background-color css
<style>
a { background-color: #AA3BFE; }
a { background-color: rgb(170,59,254); }
div.DivClassName
{
background-color: #AA3BFE;
}
.BgClassName
{
background-color: #AA3BFE;
}
</style>
border-color css
<style>
span { border-color: #AA3BFE; }
span { border-color: rgb(170,59,254); }
td.TdClassName
{
border-color: #AA3BFE;
}
.TagClassName
{
border-color: #AA3BFE;
}
</style>