#AB11ED

Color #AB11ED Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AB11ED

Tints of Electric Purple #AB11ED

Color information

#AB11ED (or 0xAB11ED) is unknown color: approx Electric Purple. HEX triplet: AB, 11 and ED. RGB value is (171,17,237). Sum of RGB (Red+Green+Blue) = 171+17+237=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB11ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11ED is #54EE12. Grayscale: #575757. Windows color (decimal): -5565971 or 15536555. OLE color: 15536555.

HSL color Cylindrical-coordinate representation of color #AB11ED: hue angle of 282º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB11ED is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17117237-
CMYK0.280.9300.07
HSL282º86.61%49.8%-
HSV(B)282º92.83%92.94%-
XYZ32.2815.1781.35-
YUV88.13212.02187.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 17 (7.03% from 255) = 4%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=40.24%
G=4%
B=55.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171172370.280.9300.0728286.6149.8
HexAB11ED1C5D0711a5732
Octal25321355341350743212762
Binary10101011100011110110111100101110101111000110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB11ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB11ED; }

 p { color: rgb(171,17,237); }

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

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

 a { background-color: rgb(171,17,237); }

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

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

 span { border-color: rgb(171,17,237); }

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