Shades of Blue Violet #AA41F4
Tints of Blue Violet #AA41F4
RGB
CMYK
RGB Variations
Color information
#AA41F4 (or 0xAA41F4) is known color: Blue Violet. HEX triplet: AA, 41 and F4. RGB value is (170,65,244). Sum of RGB (Red+Green+Blue) = 170+65+244=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA41F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41F4 is #55BE0B. Grayscale: #747474. Windows color (decimal): -5619212 or 16007594. OLE color: 16007594.
HSL color Cylindrical-coordinate representation of color #AA41F4: hue angle of 275.2º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA41F4 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 65 | 244 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.04 |
| HSL | 275.2º | 0.89% | 0.61% | - |
| HSV(B) | 275.2º | 0.73% | 0.96% | - |
| XYZ | 34.8 | 18.86 | 87.39 | - |
| YUV | 116.8 | 199.79 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 244 | 0.30 | 0.73 | 0 | 0.04 | 275.2 | 0.89 | 0.61 |
| Hex | AA | 41 | F4 | 1E | 49 | 0 | 4 | 113 | 59 | 3D |
| Octal | 252 | 101 | 364 | 36 | 111 | 0 | 4 | 423 | 131 | 75 |
| Binary | 10101010 | 1000001 | 11110100 | 11110 | 1001001 | 0 | 100 | 100010011 | 1011001 | 111101 |
Color Harmonies of #AA41F4
Complementary color
Monochromatic Colors of #AA41F4
Black with #AA41F4
Text Example
Text Example
White with #AA41F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41F4; }
p { color: rgb(170,65,244); }
H1.HeaderClassName
{
color: #AA41F4;
}
.AnyTagClassName
{
color: #AA41F4;
}
</style>
background-color css
<style>
a { background-color: #AA41F4; }
a { background-color: rgb(170,65,244); }
div.DivClassName
{
background-color: #AA41F4;
}
.BgClassName
{
background-color: #AA41F4;
}
</style>
border-color css
<style>
span { border-color: #AA41F4; }
span { border-color: rgb(170,65,244); }
td.TdClassName
{
border-color: #AA41F4;
}
.TagClassName
{
border-color: #AA41F4;
}
</style>