#AC40F9

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

Shades of Blue Violet #AC40F9

Tints of Blue Violet #AC40F9

Color information

#AC40F9 (or 0xAC40F9) is unknown color: approx Blue Violet. HEX triplet: AC, 40 and F9. RGB value is (172,64,249). Sum of RGB (Red+Green+Blue) = 172+64+249=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC40F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40F9 is #53BF06. Grayscale: #747474. Windows color (decimal): -5488391 or 16335020. OLE color: 16335020.

HSL color Cylindrical-coordinate representation of color #AC40F9: hue angle of 275.03º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC40F9 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17264249-
CMYK0.310.7400.02
HSL275.03º93.91%61.37%-
HSV(B)275.03º74.3%97.65%-
XYZ35.9519.2891.45-
YUV117.38202.28166.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 64 (25.39% from 255) = 13.20%
BLUE value IS 249 (97.66% from 255) = 51.34%
R=35.46%
G=13.20%
B=51.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172642490.310.7400.02275.0393.9161.37
HexAC40F91F4A021135e3d
Octal254100371371120242313675
Binary101011001000000111110011111110010100101000100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40F9; }

 p { color: rgb(172,64,249); }

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

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

 a { background-color: rgb(172,64,249); }

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

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

 span { border-color: rgb(172,64,249); }

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