Shades of Blue Violet #AA40F5
Tints of Blue Violet #AA40F5
RGB
CMYK
RGB Variations
Color information
#AA40F5 (or 0xAA40F5) is known color: Blue Violet. HEX triplet: AA, 40 and F5. RGB value is (170,64,245). Sum of RGB (Red+Green+Blue) = 170+64+245=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA40F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40F5 is #55BF0A. Grayscale: #737373. Windows color (decimal): -5619467 or 16072874. OLE color: 16072874.
HSL color Cylindrical-coordinate representation of color #AA40F5: hue angle of 275.14º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA40F5 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 64 | 245 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.04 |
| HSL | 275.14º | 0.9% | 0.61% | - |
| HSV(B) | 275.14º | 0.74% | 0.96% | - |
| XYZ | 34.89 | 18.81 | 88.18 | - |
| YUV | 116.33 | 200.62 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 245 | 0.31 | 0.74 | 0 | 0.04 | 275.14 | 0.9 | 0.61 |
| Hex | AA | 40 | F5 | 1F | 4A | 0 | 4 | 113 | 5A | 3D |
| Octal | 252 | 100 | 365 | 37 | 112 | 0 | 4 | 423 | 132 | 75 |
| Binary | 10101010 | 1000000 | 11110101 | 11111 | 1001010 | 0 | 100 | 100010011 | 1011010 | 111101 |
Color Harmonies of #AA40F5
Complementary color
Monochromatic Colors of #AA40F5
Black with #AA40F5
Text Example
Text Example
White with #AA40F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40F5; }
p { color: rgb(170,64,245); }
H1.HeaderClassName
{
color: #AA40F5;
}
.AnyTagClassName
{
color: #AA40F5;
}
</style>
background-color css
<style>
a { background-color: #AA40F5; }
a { background-color: rgb(170,64,245); }
div.DivClassName
{
background-color: #AA40F5;
}
.BgClassName
{
background-color: #AA40F5;
}
</style>
border-color css
<style>
span { border-color: #AA40F5; }
span { border-color: rgb(170,64,245); }
td.TdClassName
{
border-color: #AA40F5;
}
.TagClassName
{
border-color: #AA40F5;
}
</style>