Shades of Blue Violet #AA41FA
Tints of Blue Violet #AA41FA
RGB
CMYK
RGB Variations
Color information
#AA41FA (or 0xAA41FA) is known color: Blue Violet. HEX triplet: AA, 41 and FA. RGB value is (170,65,250). Sum of RGB (Red+Green+Blue) = 170+65+250=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA41FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41FA is #55BE05. Grayscale: #747474. Windows color (decimal): -5619206 or 16400810. OLE color: 16400810.
HSL color Cylindrical-coordinate representation of color #AA41FA: hue angle of 274.05º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA41FA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 65 | 250 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.02 |
| HSL | 274.05º | 0.95% | 0.62% | - |
| HSV(B) | 274.05º | 0.74% | 0.98% | - |
| XYZ | 35.72 | 19.23 | 92.27 | - |
| YUV | 117.49 | 202.79 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 250 | 0.32 | 0.74 | 0 | 0.02 | 274.05 | 0.95 | 0.62 |
| Hex | AA | 41 | FA | 20 | 4A | 0 | 2 | 112 | 5F | 3E |
| Octal | 252 | 101 | 372 | 40 | 112 | 0 | 2 | 422 | 137 | 76 |
| Binary | 10101010 | 1000001 | 11111010 | 100000 | 1001010 | 0 | 10 | 100010010 | 1011111 | 111110 |
Color Harmonies of #AA41FA
Complementary color
Monochromatic Colors of #AA41FA
Black with #AA41FA
Text Example
Text Example
White with #AA41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41FA; }
p { color: rgb(170,65,250); }
H1.HeaderClassName
{
color: #AA41FA;
}
.AnyTagClassName
{
color: #AA41FA;
}
</style>
background-color css
<style>
a { background-color: #AA41FA; }
a { background-color: rgb(170,65,250); }
div.DivClassName
{
background-color: #AA41FA;
}
.BgClassName
{
background-color: #AA41FA;
}
</style>
border-color css
<style>
span { border-color: #AA41FA; }
span { border-color: rgb(170,65,250); }
td.TdClassName
{
border-color: #AA41FA;
}
.TagClassName
{
border-color: #AA41FA;
}
</style>