Shades of Blue Violet #AA3BFC
Tints of Blue Violet #AA3BFC
RGB
CMYK
RGB Variations
Color information
#AA3BFC (or 0xAA3BFC) is known color: Blue Violet. HEX triplet: AA, 3B and FC. RGB value is (170,59,252). Sum of RGB (Red+Green+Blue) = 170+59+252=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA3BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3BFC is #55C403. Grayscale: #717171. Windows color (decimal): -5620740 or 16530346. OLE color: 16530346.
HSL color Cylindrical-coordinate representation of color #AA3BFC: hue angle of 274.51º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3BFC is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 59 | 252 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.01 |
| HSL | 274.51º | 0.97% | 0.61% | - |
| HSV(B) | 274.51º | 0.77% | 0.99% | - |
| XYZ | 35.71 | 18.7 | 93.82 | - |
| YUV | 114.19 | 205.77 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 252 | 0.33 | 0.77 | 0 | 0.01 | 274.51 | 0.97 | 0.61 |
| Hex | AA | 3B | FC | 21 | 4D | 0 | 1 | 113 | 61 | 3D |
| Octal | 252 | 73 | 374 | 41 | 115 | 0 | 1 | 423 | 141 | 75 |
| Binary | 10101010 | 111011 | 11111100 | 100001 | 1001101 | 0 | 1 | 100010011 | 1100001 | 111101 |
Color Harmonies of #AA3BFC
Complementary color
Monochromatic Colors of #AA3BFC
Black with #AA3BFC
Text Example
Text Example
White with #AA3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BFC; }
p { color: rgb(170,59,252); }
H1.HeaderClassName
{
color: #AA3BFC;
}
.AnyTagClassName
{
color: #AA3BFC;
}
</style>
background-color css
<style>
a { background-color: #AA3BFC; }
a { background-color: rgb(170,59,252); }
div.DivClassName
{
background-color: #AA3BFC;
}
.BgClassName
{
background-color: #AA3BFC;
}
</style>
border-color css
<style>
span { border-color: #AA3BFC; }
span { border-color: rgb(170,59,252); }
td.TdClassName
{
border-color: #AA3BFC;
}
.TagClassName
{
border-color: #AA3BFC;
}
</style>