#AB12F2

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

Shades of Electric Purple #AB12F2

Tints of Electric Purple #AB12F2

Color information

#AB12F2 (or 0xAB12F2) is unknown color: approx Electric Purple. HEX triplet: AB, 12 and F2. RGB value is (171,18,242). Sum of RGB (Red+Green+Blue) = 171+18+242=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB12F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12F2 is #54ED0D. Grayscale: #585858. Windows color (decimal): -5565710 or 15864491. OLE color: 15864491.

HSL color Cylindrical-coordinate representation of color #AB12F2: hue angle of 280.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12F2 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17118242-
CMYK0.290.9300.05
HSL280.98º89.6%50.98%-
HSV(B)280.98º92.56%94.9%-
XYZ33.0415.585.26-
YUV89.28214.19186.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 18 (7.42% from 255) = 4.18%
BLUE value IS 242 (94.92% from 255) = 56.15%
R=39.68%
G=4.18%
B=56.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171182420.290.9300.05280.9889.650.98
HexAB12F21D5D051195a33
Octal25322362351350543113263
Binary10101011100101111001011101101110101011000110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB12F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB12F2; }

 p { color: rgb(171,18,242); }

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

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

 a { background-color: rgb(171,18,242); }

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

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

 span { border-color: rgb(171,18,242); }

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