Shades of Blue Violet #AA40F2
Tints of Blue Violet #AA40F2
RGB
CMYK
RGB Variations
Color information
#AA40F2 (or 0xAA40F2) is known color: Blue Violet. HEX triplet: AA, 40 and F2. RGB value is (170,64,242). Sum of RGB (Red+Green+Blue) = 170+64+242=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA40F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40F2 is #55BF0D. Grayscale: #737373. Windows color (decimal): -5619470 or 15876266. OLE color: 15876266.
HSL color Cylindrical-coordinate representation of color #AA40F2: hue angle of 275.73º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA40F2 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 64 | 242 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.05 |
| HSL | 275.73º | 0.87% | 0.6% | - |
| HSV(B) | 275.73º | 0.74% | 0.95% | - |
| XYZ | 34.44 | 18.62 | 85.78 | - |
| YUV | 115.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 242 | 0.30 | 0.74 | 0 | 0.05 | 275.73 | 0.87 | 0.6 |
| Hex | AA | 40 | F2 | 1E | 4A | 0 | 5 | 114 | 57 | 3C |
| Octal | 252 | 100 | 362 | 36 | 112 | 0 | 5 | 424 | 127 | 74 |
| Binary | 10101010 | 1000000 | 11110010 | 11110 | 1001010 | 0 | 101 | 100010100 | 1010111 | 111100 |
Color Harmonies of #AA40F2
Complementary color
Monochromatic Colors of #AA40F2
Black with #AA40F2
Text Example
Text Example
White with #AA40F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40F2; }
p { color: rgb(170,64,242); }
H1.HeaderClassName
{
color: #AA40F2;
}
.AnyTagClassName
{
color: #AA40F2;
}
</style>
background-color css
<style>
a { background-color: #AA40F2; }
a { background-color: rgb(170,64,242); }
div.DivClassName
{
background-color: #AA40F2;
}
.BgClassName
{
background-color: #AA40F2;
}
</style>
border-color css
<style>
span { border-color: #AA40F2; }
span { border-color: rgb(170,64,242); }
td.TdClassName
{
border-color: #AA40F2;
}
.TagClassName
{
border-color: #AA40F2;
}
</style>