#AC11E8

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

Shades of Electric Purple #AC11E8

Tints of Electric Purple #AC11E8

Color information

#AC11E8 (or 0xAC11E8) is unknown color: approx Electric Purple. HEX triplet: AC, 11 and E8. RGB value is (172,17,232). Sum of RGB (Red+Green+Blue) = 172+17+232=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC11E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC11E8 is #53EE17. Grayscale: #575757. Windows color (decimal): -5500440 or 15208876. OLE color: 15208876.

HSL color Cylindrical-coordinate representation of color #AC11E8: hue angle of 283.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11E8 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17217232-
CMYK0.260.9300.09
HSL283.26º86.35%48.82%-
HSV(B)283.26º92.67%90.98%-
XYZ31.781577.56-
YUV87.85209.35188.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 17 (7.03% from 255) = 4.04%
BLUE value IS 232 (91.02% from 255) = 55.11%
R=40.86%
G=4.04%
B=55.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172172320.260.9300.09283.2686.3548.82
HexAC11E81A5D0911b5631
Octal254213503213501143312661
Binary101011001000111101000110101011101010011000110111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC11E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC11E8; }

 p { color: rgb(172,17,232); }

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

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

 a { background-color: rgb(172,17,232); }

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

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

 span { border-color: rgb(172,17,232); }

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