Shades of Blue Violet #AA40FB
Tints of Blue Violet #AA40FB
RGB
CMYK
RGB Variations
Color information
#AA40FB (or 0xAA40FB) is known color: Blue Violet. HEX triplet: AA, 40 and FB. RGB value is (170,64,251). Sum of RGB (Red+Green+Blue) = 170+64+251=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40FB is #55BF04. Grayscale: #747474. Windows color (decimal): -5619461 or 16466090. OLE color: 16466090.
HSL color Cylindrical-coordinate representation of color #AA40FB: hue angle of 274.01º 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 #AA40FB is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 64 | 251 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.02 |
| HSL | 274.01º | 0.96% | 0.62% | - |
| HSV(B) | 274.01º | 0.75% | 0.98% | - |
| XYZ | 35.82 | 19.18 | 93.08 | - |
| YUV | 117.01 | 203.62 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 251 | 0.32 | 0.75 | 0 | 0.02 | 274.01 | 0.96 | 0.62 |
| Hex | AA | 40 | FB | 20 | 4B | 0 | 2 | 112 | 60 | 3E |
| Octal | 252 | 100 | 373 | 40 | 113 | 0 | 2 | 422 | 140 | 76 |
| Binary | 10101010 | 1000000 | 11111011 | 100000 | 1001011 | 0 | 10 | 100010010 | 1100000 | 111110 |
Color Harmonies of #AA40FB
Complementary color
Monochromatic Colors of #AA40FB
Black with #AA40FB
Text Example
Text Example
White with #AA40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40FB; }
p { color: rgb(170,64,251); }
H1.HeaderClassName
{
color: #AA40FB;
}
.AnyTagClassName
{
color: #AA40FB;
}
</style>
background-color css
<style>
a { background-color: #AA40FB; }
a { background-color: rgb(170,64,251); }
div.DivClassName
{
background-color: #AA40FB;
}
.BgClassName
{
background-color: #AA40FB;
}
</style>
border-color css
<style>
span { border-color: #AA40FB; }
span { border-color: rgb(170,64,251); }
td.TdClassName
{
border-color: #AA40FB;
}
.TagClassName
{
border-color: #AA40FB;
}
</style>