#AB40F9

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

Shades of Blue Violet #AB40F9

Tints of Blue Violet #AB40F9

Color information

#AB40F9 (or 0xAB40F9) is unknown color: approx Blue Violet. HEX triplet: AB, 40 and F9. RGB value is (171,64,249). Sum of RGB (Red+Green+Blue) = 171+64+249=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB40F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40F9 is #54BF06. Grayscale: #747474. Windows color (decimal): -5553927 or 16335019. OLE color: 16335019.

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

Color convert

RGB17164249-
CMYK0.310.7400.02
HSL274.7º93.91%61.37%-
HSV(B)274.7º74.3%97.65%-
XYZ35.7319.1691.44-
YUV117.08202.45166.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 64 (25.39% from 255) = 13.22%
BLUE value IS 249 (97.66% from 255) = 51.45%
R=35.33%
G=13.22%
B=51.45%

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
Decimal171642490.310.7400.02274.793.9161.37
HexAB40F91F4A021135e3d
Octal253100371371120242313675
Binary101010111000000111110011111110010100101000100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40F9; }

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

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

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

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

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

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

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

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