#AB40FE

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

Shades of Blue Violet #AB40FE

Tints of Blue Violet #AB40FE

Color information

#AB40FE (or 0xAB40FE) is unknown color: approx Blue Violet. HEX triplet: AB, 40 and FE. RGB value is (171,64,254). Sum of RGB (Red+Green+Blue) = 171+64+254=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40FE is #54BF01. Grayscale: #757575. Windows color (decimal): -5553922 or 16662699. OLE color: 16662699.

HSL color Cylindrical-coordinate representation of color #AB40FE: hue angle of 273.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB40FE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17164254-
CMYK0.330.7500.00
HSL273.79º98.96%62.35%-
HSV(B)273.79º74.8%99.61%-
XYZ36.5219.4895.6-
YUV117.65204.95166.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 64 (25.39% from 255) = 13.09%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=34.97%
G=13.09%
B=51.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171642540.330.7500.00273.7998.9662.35
HexAB40FE214B00112633e
Octal253100376411130042214376
Binary101010111000000111111101000011001011001000100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40FE; }

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

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

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

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

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

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

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

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