#AC00ED

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

Shades of Electric Purple #AC00ED

Tints of Electric Purple #AC00ED

Color information

#AC00ED (or 0xAC00ED) is unknown color: approx Electric Purple. HEX triplet: AC, 00 and ED. RGB value is (172,0,237). Sum of RGB (Red+Green+Blue) = 172+0+237=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC00ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00ED is #53FF12. Grayscale: #4D4D4D. Windows color (decimal): -5504787 or 15532204. OLE color: 15532204.

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

Color convert

RGB1720237-
CMYK0.27100.07
HSL283.54º100%46.47%-
HSV(B)283.54º100%92.94%-
XYZ32.314.8981.29-
YUV78.45217.48194.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 57.95%
R=42.05%
G=0%
B=57.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17202370.27100.07283.5410046.47
HexAC0ED1B640711c642e
Octal2540355331440743414456
Binary1010110001110110111011110010001111000111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00ED; }

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

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

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

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

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

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

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

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