Shades of Blue Violet #AA3CFB
Tints of Blue Violet #AA3CFB
RGB
CMYK
RGB Variations
Color information
#AA3CFB (or 0xAA3CFB) is known color: Blue Violet. HEX triplet: AA, 3C and FB. RGB value is (170,60,251). Sum of RGB (Red+Green+Blue) = 170+60+251=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA3CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CFB is #55C304. Grayscale: #727272. Windows color (decimal): -5620485 or 16465066. OLE color: 16465066.
HSL color Cylindrical-coordinate representation of color #AA3CFB: hue angle of 274.55º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3CFB is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 60 | 251 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.02 |
| HSL | 274.56º | 0.96% | 0.61% | - |
| HSV(B) | 274.56º | 0.76% | 0.98% | - |
| XYZ | 35.61 | 18.74 | 93.01 | - |
| YUV | 114.66 | 204.94 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 251 | 0.32 | 0.76 | 0 | 0.02 | 274.56 | 0.96 | 0.61 |
| Hex | AA | 3C | FB | 20 | 4C | 0 | 2 | 113 | 60 | 3D |
| Octal | 252 | 74 | 373 | 40 | 114 | 0 | 2 | 423 | 140 | 75 |
| Binary | 10101010 | 111100 | 11111011 | 100000 | 1001100 | 0 | 10 | 100010011 | 1100000 | 111101 |
Color Harmonies of #AA3CFB
Complementary color
Monochromatic Colors of #AA3CFB
Black with #AA3CFB
Text Example
Text Example
White with #AA3CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CFB; }
p { color: rgb(170,60,251); }
H1.HeaderClassName
{
color: #AA3CFB;
}
.AnyTagClassName
{
color: #AA3CFB;
}
</style>
background-color css
<style>
a { background-color: #AA3CFB; }
a { background-color: rgb(170,60,251); }
div.DivClassName
{
background-color: #AA3CFB;
}
.BgClassName
{
background-color: #AA3CFB;
}
</style>
border-color css
<style>
span { border-color: #AA3CFB; }
span { border-color: rgb(170,60,251); }
td.TdClassName
{
border-color: #AA3CFB;
}
.TagClassName
{
border-color: #AA3CFB;
}
</style>