#AC14EE

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

Shades of Electric Purple #AC14EE

Tints of Electric Purple #AC14EE

Color information

#AC14EE (or 0xAC14EE) is unknown color: approx Electric Purple. HEX triplet: AC, 14 and EE. RGB value is (172,20,238). Sum of RGB (Red+Green+Blue) = 172+20+238=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC14EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC14EE is #53EB11. Grayscale: #595959. Windows color (decimal): -5499666 or 15602860. OLE color: 15602860.

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

Color convert

RGB17220238-
CMYK0.280.9200.07
HSL281.83º86.51%50.59%-
HSV(B)281.83º91.6%93.33%-
XYZ32.715.4482.15-
YUV90.3211.36186.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 4.65%
BLUE value IS 238 (93.36% from 255) = 55.35%
R=40%
G=4.65%
B=55.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172202380.280.9200.07281.8386.5150.59
HexAC14EE1C5C0711a5733
Octal25424356341340743212763
Binary10101100101001110111011100101110001111000110101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC14EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC14EE; }

 p { color: rgb(172,20,238); }

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

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

 a { background-color: rgb(172,20,238); }

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

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

 span { border-color: rgb(172,20,238); }

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