Html Css Color HEX #AC1EED Electric Purple

📋 copy color: '#AC1EED'

red 172 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #AC1EED

Tints of Electric Purple #AC1EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.83%

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

R = 39.18%
G = 6.83%
B = 53.99%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC1EED (or 0xAC1EED) is known color: Electric Purple. HEX triplet: AC, 1E and ED. RGB value is (172,30,237). Sum of RGB (Red+Green+Blue) = 172+30+237=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC1EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1EED is #53E112. Grayscale: #5F5F5F. Windows color (decimal): -5497107 or 15539884. OLE color: 15539884.

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

Color convert

RGB 172 30 237 -
CMYK 0.27 0.87 0 0.07
HSL 281.16º 0.85% 0.52% -
HSV(B) 281.16º 0.87% 0.93% -
XYZ 32.76 15.81 81.45 -
YUV 96.06 207.54 182.17 -
System Red Green Blue C M Y K H S L
Decimal 172 30 237 0.27 0.87 0 0.07 281.16 0.85 0.52
Hex AC 1E ED 1B 57 0 7 119 55 34
Octal 254 36 355 33 127 0 7 431 125 64
Binary 10101100 11110 11101101 11011 1010111 0 111 100011001 1010101 110100

Color Harmonies of #AC1EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1EED

Black with #AC1EED

Text Example


Text Example

White with #AC1EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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