Html Css Color HEX #AC1EEE Electric Purple

📋 copy color: '#AC1EEE'

red 172 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #AC1EEE

Tints of Electric Purple #AC1EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 39.09%
G = 6.82%
B = 54.09%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC1EEE (or 0xAC1EEE) is known color: Electric Purple. HEX triplet: AC, 1E and EE. RGB value is (172,30,238). Sum of RGB (Red+Green+Blue) = 172+30+238=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC1EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1EEE is #53E111. Grayscale: #5F5F5F. Windows color (decimal): -5497106 or 15605420. OLE color: 15605420.

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

Color convert

RGB 172 30 238 -
CMYK 0.28 0.87 0 0.07
HSL 280.96º 0.86% 0.53% -
HSV(B) 280.96º 0.87% 0.93% -
XYZ 32.91 15.87 82.22 -
YUV 96.17 208.04 182.09 -
System Red Green Blue C M Y K H S L
Decimal 172 30 238 0.28 0.87 0 0.07 280.96 0.86 0.53
Hex AC 1E EE 1C 57 0 7 119 56 35
Octal 254 36 356 34 127 0 7 431 126 65
Binary 10101100 11110 11101110 11100 1010111 0 111 100011001 1010110 110101

Color Harmonies of #AC1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1EEE

Black with #AC1EEE

Text Example


Text Example

White with #AC1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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