Shades of Blue Violet #AA41FE
Tints of Blue Violet #AA41FE
RGB
CMYK
RGB Variations
Color information
#AA41FE (or 0xAA41FE) is known color: Blue Violet. HEX triplet: AA, 41 and FE. RGB value is (170,65,254). Sum of RGB (Red+Green+Blue) = 170+65+254=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA41FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41FE is #55BE01. Grayscale: #757575. Windows color (decimal): -5619202 or 16662954. OLE color: 16662954.
HSL color Cylindrical-coordinate representation of color #AA41FE: hue angle of 273.33º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA41FE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 65 | 254 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.00 |
| HSL | 273.33º | 0.99% | 0.63% | - |
| HSV(B) | 273.33º | 0.74% | 1% | - |
| XYZ | 36.36 | 19.48 | 95.61 | - |
| YUV | 117.94 | 204.79 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 254 | 0.33 | 0.74 | 0 | 0.00 | 273.33 | 0.99 | 0.63 |
| Hex | AA | 41 | FE | 21 | 4A | 0 | 0 | 111 | 63 | 3F |
| Octal | 252 | 101 | 376 | 41 | 112 | 0 | 0 | 421 | 143 | 77 |
| Binary | 10101010 | 1000001 | 11111110 | 100001 | 1001010 | 0 | 0 | 100010001 | 1100011 | 111111 |
Color Harmonies of #AA41FE
Complementary color
Monochromatic Colors of #AA41FE
Black with #AA41FE
Text Example
Text Example
White with #AA41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41FE; }
p { color: rgb(170,65,254); }
H1.HeaderClassName
{
color: #AA41FE;
}
.AnyTagClassName
{
color: #AA41FE;
}
</style>
background-color css
<style>
a { background-color: #AA41FE; }
a { background-color: rgb(170,65,254); }
div.DivClassName
{
background-color: #AA41FE;
}
.BgClassName
{
background-color: #AA41FE;
}
</style>
border-color css
<style>
span { border-color: #AA41FE; }
span { border-color: rgb(170,65,254); }
td.TdClassName
{
border-color: #AA41FE;
}
.TagClassName
{
border-color: #AA41FE;
}
</style>