#AA40FA

Color #AA40FA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AA40FA

Tints of Blue Violet #AA40FA

Color information

#AA40FA (or 0xAA40FA) is unknown color: approx Blue Violet. HEX triplet: AA, 40 and FA. RGB value is (170,64,250). Sum of RGB (Red+Green+Blue) = 170+64+250=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40FA is #55BF05. Grayscale: #747474. Windows color (decimal): -5619462 or 16400554. OLE color: 16400554.

HSL color Cylindrical-coordinate representation of color #AA40FA: hue angle of 274.19º 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 #AA40FA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17064250-
CMYK0.320.7400.02
HSL274.19º94.9%61.57%-
HSV(B)274.19º74.4%98.04%-
XYZ35.6719.1192.25-
YUV116.9203.12165.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 64 (25.39% from 255) = 13.22%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=35.12%
G=13.22%
B=51.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170642500.320.7400.02274.1994.961.57
HexAA40FA204A021125f3e
Octal252100372401120242213776
Binary1010101010000001111101010000010010100101000100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40FA; }

 p { color: rgb(170,64,250); }

 H1.HeaderClassName
 {
   color: #AA40FA;
 }
 .AnyTagClassName
 {
   color: #AA40FA;
 }
</style>
background-color css

<style>
 a { background-color: #AA40FA; }

 a { background-color: rgb(170,64,250); }

 div.DivClassName
 {
   background-color: #AA40FA;
 }
 .BgClassName
 {
   background-color: #AA40FA;
 }
</style>
border-color css

<style>
 span { border-color: #AA40FA; }

 span { border-color: rgb(170,64,250); }

 td.TdClassName
 {
   border-color: #AA40FA;
 }
 .TagClassName
 {
   border-color: #AA40FA;
 }
</style>