#AA40F2

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

Shades of Blue Violet #AA40F2

Tints of Blue Violet #AA40F2

Color information

#AA40F2 (or 0xAA40F2) is unknown color: approx Blue Violet. HEX triplet: AA, 40 and F2. RGB value is (170,64,242). Sum of RGB (Red+Green+Blue) = 170+64+242=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA40F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40F2 is #55BF0D. Grayscale: #737373. Windows color (decimal): -5619470 or 15876266. OLE color: 15876266.

HSL color Cylindrical-coordinate representation of color #AA40F2: hue angle of 275.73º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA40F2 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17064242-
CMYK0.300.7400.05
HSL275.73º87.25%60%-
HSV(B)275.73º73.55%94.9%-
XYZ34.4418.6285.78-
YUV115.99199.12166.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 64 (25.39% from 255) = 13.45%
BLUE value IS 242 (94.92% from 255) = 50.84%
R=35.71%
G=13.45%
B=50.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170642420.300.7400.05275.7387.2560
HexAA40F21E4A05114573c
Octal252100362361120542412774
Binary1010101010000001111001011110100101001011000101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40F2; }

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

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

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

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

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

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

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

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