Shades of Blue Violet #AA40FA
Tints of Blue Violet #AA40FA
RGB
CMYK
RGB Variations
Color information
#AA40FA (or 0xAA40FA) is known color: Blue Violet. HEX triplet: AA, 40 and FA. RGB value is (170,64,250). Sum of RGB (Red+Green+Blue) = 170+64+250=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40FA is #55BF05. Grayscale: #747474. Windows color (decimal): -5619462 or 16400554. OLE color: 16400554.
HSL color Cylindrical-coordinate representation of color #AA40FA: hue angle of 274.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA40FA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 64 | 250 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.02 |
| HSL | 274.19º | 0.95% | 0.62% | - |
| HSV(B) | 274.19º | 0.74% | 0.98% | - |
| XYZ | 35.67 | 19.11 | 92.25 | - |
| YUV | 116.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 250 | 0.32 | 0.74 | 0 | 0.02 | 274.19 | 0.95 | 0.62 |
| Hex | AA | 40 | FA | 20 | 4A | 0 | 2 | 112 | 5F | 3E |
| Octal | 252 | 100 | 372 | 40 | 112 | 0 | 2 | 422 | 137 | 76 |
| Binary | 10101010 | 1000000 | 11111010 | 100000 | 1001010 | 0 | 10 | 100010010 | 1011111 | 111110 |
Color Harmonies of #AA40FA
Complementary color
Monochromatic Colors of #AA40FA
Black with #AA40FA
Text Example
Text Example
White with #AA40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40FA; }
p { color: rgb(170,64,250); }
H1.HeaderClassName
{
color: #AA40FA;
}
.AnyTagClassName
{
color: #AA40FA;
}
</style>
background-color css
<style>
a { background-color: #AA40FA; }
a { background-color: rgb(170,64,250); }
div.DivClassName
{
background-color: #AA40FA;
}
.BgClassName
{
background-color: #AA40FA;
}
</style>
border-color css
<style>
span { border-color: #AA40FA; }
span { border-color: rgb(170,64,250); }
td.TdClassName
{
border-color: #AA40FA;
}
.TagClassName
{
border-color: #AA40FA;
}
</style>