Html Css Color HEX #AC04EE Electric Purple

📋 copy color: '#AC04EE'

red 172 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #AC04EE

Tints of Electric Purple #AC04EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 41.55%
G = 0.97%
B = 57.49%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC04EE (or 0xAC04EE) is known color: Electric Purple. HEX triplet: AC, 04 and EE. RGB value is (172,4,238). Sum of RGB (Red+Green+Blue) = 172+4+238=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC04EE is #53FB11. Grayscale: #505050. Windows color (decimal): -5503762 or 15598764. OLE color: 15598764.

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

Color convert

RGB 172 4 238 -
CMYK 0.28 0.98 0 0.07
HSL 283.08º 0.97% 0.47% -
HSV(B) 283.08º 0.98% 0.93% -
XYZ 32.49 15.03 82.08 -
YUV 80.91 216.66 192.97 -
System Red Green Blue C M Y K H S L
Decimal 172 4 238 0.28 0.98 0 0.07 283.08 0.97 0.47
Hex AC 4 EE 1C 62 0 7 11B 61 2F
Octal 254 4 356 34 142 0 7 433 141 57
Binary 10101100 100 11101110 11100 1100010 0 111 100011011 1100001 101111

Color Harmonies of #AC04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04EE

Black with #AC04EE

Text Example


Text Example

White with #AC04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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