#AB15EC

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

Shades of Electric Purple #AB15EC

Tints of Electric Purple #AB15EC

Color information

#AB15EC (or 0xAB15EC) is unknown color: approx Electric Purple. HEX triplet: AB, 15 and EC. RGB value is (171,21,236). Sum of RGB (Red+Green+Blue) = 171+21+236=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB15EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15EC is #54EA13. Grayscale: #595959. Windows color (decimal): -5564948 or 15472043. OLE color: 15472043.

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

Color convert

RGB17121236-
CMYK0.280.9100.07
HSL281.86º84.98%50.39%-
HSV(B)281.86º91.1%92.55%-
XYZ32.215.2580.6-
YUV90.36210.2185.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 21 (8.59% from 255) = 4.91%
BLUE value IS 236 (92.58% from 255) = 55.14%
R=39.95%
G=4.91%
B=55.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171212360.280.9100.07281.8684.9850.39
HexAB15EC1C5B0711a5532
Octal25325354341330743212562
Binary10101011101011110110011100101101101111000110101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB15EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB15EC; }

 p { color: rgb(171,21,236); }

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

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

 a { background-color: rgb(171,21,236); }

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

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

 span { border-color: rgb(171,21,236); }

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