Shades of Blue Violet #AA40F9
Tints of Blue Violet #AA40F9
RGB
CMYK
RGB Variations
Color information
#AA40F9 (or 0xAA40F9) is known color: Blue Violet. HEX triplet: AA, 40 and F9. RGB value is (170,64,249). Sum of RGB (Red+Green+Blue) = 170+64+249=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA40F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40F9 is #55BF06. Grayscale: #747474. Windows color (decimal): -5619463 or 16335018. OLE color: 16335018.
HSL color Cylindrical-coordinate representation of color #AA40F9: hue angle of 274.38º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA40F9 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 64 | 249 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.02 |
| HSL | 274.38º | 0.94% | 0.61% | - |
| HSV(B) | 274.38º | 0.74% | 0.98% | - |
| XYZ | 35.51 | 19.05 | 91.43 | - |
| YUV | 116.78 | 202.62 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 249 | 0.32 | 0.74 | 0 | 0.02 | 274.38 | 0.94 | 0.61 |
| Hex | AA | 40 | F9 | 20 | 4A | 0 | 2 | 112 | 5E | 3D |
| Octal | 252 | 100 | 371 | 40 | 112 | 0 | 2 | 422 | 136 | 75 |
| Binary | 10101010 | 1000000 | 11111001 | 100000 | 1001010 | 0 | 10 | 100010010 | 1011110 | 111101 |
Color Harmonies of #AA40F9
Complementary color
Monochromatic Colors of #AA40F9
Black with #AA40F9
Text Example
Text Example
White with #AA40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40F9; }
p { color: rgb(170,64,249); }
H1.HeaderClassName
{
color: #AA40F9;
}
.AnyTagClassName
{
color: #AA40F9;
}
</style>
background-color css
<style>
a { background-color: #AA40F9; }
a { background-color: rgb(170,64,249); }
div.DivClassName
{
background-color: #AA40F9;
}
.BgClassName
{
background-color: #AA40F9;
}
</style>
border-color css
<style>
span { border-color: #AA40F9; }
span { border-color: rgb(170,64,249); }
td.TdClassName
{
border-color: #AA40F9;
}
.TagClassName
{
border-color: #AA40F9;
}
</style>