Shades of Blue Violet #AA40F7
Tints of Blue Violet #AA40F7
RGB
CMYK
RGB Variations
Color information
#AA40F7 (or 0xAA40F7) is known color: Blue Violet. HEX triplet: AA, 40 and F7. RGB value is (170,64,247). Sum of RGB (Red+Green+Blue) = 170+64+247=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA40F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40F7 is #55BF08. Grayscale: #737373. Windows color (decimal): -5619465 or 16203946. OLE color: 16203946.
HSL color Cylindrical-coordinate representation of color #AA40F7: hue angle of 274.75º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA40F7 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 64 | 247 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.03 |
| HSL | 274.75º | 0.92% | 0.61% | - |
| HSV(B) | 274.75º | 0.74% | 0.97% | - |
| XYZ | 35.2 | 18.93 | 89.79 | - |
| YUV | 116.56 | 201.62 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 247 | 0.31 | 0.74 | 0 | 0.03 | 274.75 | 0.92 | 0.61 |
| Hex | AA | 40 | F7 | 1F | 4A | 0 | 3 | 113 | 5C | 3D |
| Octal | 252 | 100 | 367 | 37 | 112 | 0 | 3 | 423 | 134 | 75 |
| Binary | 10101010 | 1000000 | 11110111 | 11111 | 1001010 | 0 | 11 | 100010011 | 1011100 | 111101 |
Color Harmonies of #AA40F7
Complementary color
Monochromatic Colors of #AA40F7
Black with #AA40F7
Text Example
Text Example
White with #AA40F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40F7; }
p { color: rgb(170,64,247); }
H1.HeaderClassName
{
color: #AA40F7;
}
.AnyTagClassName
{
color: #AA40F7;
}
</style>
background-color css
<style>
a { background-color: #AA40F7; }
a { background-color: rgb(170,64,247); }
div.DivClassName
{
background-color: #AA40F7;
}
.BgClassName
{
background-color: #AA40F7;
}
</style>
border-color css
<style>
span { border-color: #AA40F7; }
span { border-color: rgb(170,64,247); }
td.TdClassName
{
border-color: #AA40F7;
}
.TagClassName
{
border-color: #AA40F7;
}
</style>