#AC00EE

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

Shades of Electric Purple #AC00EE

Tints of Electric Purple #AC00EE

Color information

#AC00EE (or 0xAC00EE) is unknown color: approx Electric Purple. HEX triplet: AC, 00 and EE. RGB value is (172,0,238). Sum of RGB (Red+Green+Blue) = 172+0+238=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00EE is #53FF11. Grayscale: #4D4D4D. Windows color (decimal): -5504786 or 15597740. OLE color: 15597740.

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

Color convert

RGB1720238-
CMYK0.28100.07
HSL283.36º100%46.67%-
HSV(B)283.36º100%93.33%-
XYZ32.4514.9482.06-
YUV78.56217.98194.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 58.05%
R=41.95%
G=0%
B=58.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17202380.28100.07283.3610046.67
HexAC0EE1C640711b642f
Octal2540356341440743314457
Binary1010110001110111011100110010001111000110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00EE; }

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

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

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

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

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

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

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

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