Html Css Color HEX #AC01ED Electric Purple

📋 copy color: '#AC01ED'

red 172 ◦ green 1 ◦ blue 237

#AC01ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #AC01ED

Tints of Electric Purple #AC01ED

RGB

 RED value IS 172 (67.58% from 255) = 41.95%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 41.95%
G = 0.24%
B = 57.8%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC01ED (or 0xAC01ED) is known color: Electric Purple. HEX triplet: AC, 01 and ED. RGB value is (172,1,237). Sum of RGB (Red+Green+Blue) = 172+1+237=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC01ED is #53FE12. Grayscale: #4E4E4E. Windows color (decimal): -5504531 or 15532460. OLE color: 15532460.

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

Color convert

RGB 172 1 237 -
CMYK 0.27 1.00 0 0.07
HSL 283.47º 0.99% 0.47% -
HSV(B) 283.47º 1% 0.93% -
XYZ 32.31 14.91 81.3 -
YUV 79.03 217.15 194.31 -
System Red Green Blue C M Y K H S L
Decimal 172 1 237 0.27 1.00 0 0.07 283.47 0.99 0.47
Hex AC 1 ED 1B 64 0 7 11B 63 2F
Octal 254 1 355 33 144 0 7 433 143 57
Binary 10101100 1 11101101 11011 1100100 0 111 100011011 1100011 101111

Color Harmonies of #AC01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01ED

Black with #AC01ED

Text Example


Text Example

White with #AC01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01ED; }

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

 H1.HeaderClassName
 {
   color: #AC01ED;
 }
 .AnyTagClassName
 {
   color: #AC01ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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