#AB40FA

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

Shades of Blue Violet #AB40FA

Tints of Blue Violet #AB40FA

Color information

#AB40FA (or 0xAB40FA) is unknown color: approx Blue Violet. HEX triplet: AB, 40 and FA. RGB value is (171,64,250). Sum of RGB (Red+Green+Blue) = 171+64+250=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 64 (25.39% from 255 or 13.20% 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 #AB40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40FA is #54BF05. Grayscale: #747474. Windows color (decimal): -5553926 or 16400555. OLE color: 16400555.

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

Color convert

RGB17164250-
CMYK0.320.7400.02
HSL274.52º94.9%61.57%-
HSV(B)274.52º74.4%98.04%-
XYZ35.8819.2392.26-
YUV117.2202.95166.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 64 (25.39% from 255) = 13.20%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=35.26%
G=13.20%
B=51.55%

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
Decimal171642500.320.7400.02274.5294.961.57
HexAB40FA204A021135f3e
Octal253100372401120242313776
Binary1010101110000001111101010000010010100101000100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40FA; }

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

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

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

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

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

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

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

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