Shades of Blue Violet #AA41F2
Tints of Blue Violet #AA41F2
RGB
CMYK
RGB Variations
Color information
#AA41F2 (or 0xAA41F2) is known color: Blue Violet. HEX triplet: AA, 41 and F2. RGB value is (170,65,242). Sum of RGB (Red+Green+Blue) = 170+65+242=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA41F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41F2 is #55BE0D. Grayscale: #737373. Windows color (decimal): -5619214 or 15876522. OLE color: 15876522.
HSL color Cylindrical-coordinate representation of color #AA41F2: hue angle of 275.59º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA41F2 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 65 | 242 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.05 |
| HSL | 275.59º | 0.87% | 0.6% | - |
| HSV(B) | 275.59º | 0.73% | 0.95% | - |
| XYZ | 34.49 | 18.74 | 85.8 | - |
| YUV | 116.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 242 | 0.30 | 0.73 | 0 | 0.05 | 275.59 | 0.87 | 0.6 |
| Hex | AA | 41 | F2 | 1E | 49 | 0 | 5 | 114 | 57 | 3C |
| Octal | 252 | 101 | 362 | 36 | 111 | 0 | 5 | 424 | 127 | 74 |
| Binary | 10101010 | 1000001 | 11110010 | 11110 | 1001001 | 0 | 101 | 100010100 | 1010111 | 111100 |
Color Harmonies of #AA41F2
Complementary color
Monochromatic Colors of #AA41F2
Black with #AA41F2
Text Example
Text Example
White with #AA41F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41F2; }
p { color: rgb(170,65,242); }
H1.HeaderClassName
{
color: #AA41F2;
}
.AnyTagClassName
{
color: #AA41F2;
}
</style>
background-color css
<style>
a { background-color: #AA41F2; }
a { background-color: rgb(170,65,242); }
div.DivClassName
{
background-color: #AA41F2;
}
.BgClassName
{
background-color: #AA41F2;
}
</style>
border-color css
<style>
span { border-color: #AA41F2; }
span { border-color: rgb(170,65,242); }
td.TdClassName
{
border-color: #AA41F2;
}
.TagClassName
{
border-color: #AA41F2;
}
</style>