#AC12F2

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

Shades of Electric Purple #AC12F2

Tints of Electric Purple #AC12F2

Color information

#AC12F2 (or 0xAC12F2) is unknown color: approx Electric Purple. HEX triplet: AC, 12 and F2. RGB value is (172,18,242). Sum of RGB (Red+Green+Blue) = 172+18+242=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC12F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC12F2 is #53ED0D. Grayscale: #585858. Windows color (decimal): -5500174 or 15864492. OLE color: 15864492.

HSL color Cylindrical-coordinate representation of color #AC12F2: hue angle of 281.25º 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 #AC12F2 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17218242-
CMYK0.290.9300.05
HSL281.25º89.6%50.98%-
HSV(B)281.25º92.56%94.9%-
XYZ33.2615.6185.27-
YUV89.58214.02186.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 18 (7.42% from 255) = 4.17%
BLUE value IS 242 (94.92% from 255) = 56.02%
R=39.81%
G=4.17%
B=56.02%

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
Decimal172182420.290.9300.05281.2589.650.98
HexAC12F21D5D051195a33
Octal25422362351350543113263
Binary10101100100101111001011101101110101011000110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC12F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC12F2; }

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

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

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

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

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

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

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

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