Html Css Color HEX #AC04ED Electric Purple

📋 copy color: '#AC04ED'

red 172 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #AC04ED

Tints of Electric Purple #AC04ED

RGB

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

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

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

R = 41.65%
G = 0.97%
B = 57.38%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC04ED (or 0xAC04ED) is known color: Electric Purple. HEX triplet: AC, 04 and ED. RGB value is (172,4,237). Sum of RGB (Red+Green+Blue) = 172+4+237=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC04ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC04ED is #53FB12. Grayscale: #505050. Windows color (decimal): -5503763 or 15533228. OLE color: 15533228.

HSL color Cylindrical-coordinate representation of color #AC04ED: hue angle of 283.26º 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 #AC04ED is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 4 237 -
CMYK 0.27 0.98 0 0.07
HSL 283.26º 0.97% 0.47% -
HSV(B) 283.26º 0.98% 0.93% -
XYZ 32.34 14.97 81.31 -
YUV 80.79 216.16 193.05 -
System Red Green Blue C M Y K H S L
Decimal 172 4 237 0.27 0.98 0 0.07 283.26 0.97 0.47
Hex AC 4 ED 1B 62 0 7 11B 61 2F
Octal 254 4 355 33 142 0 7 433 141 57
Binary 10101100 100 11101101 11011 1100010 0 111 100011011 1100001 101111

Color Harmonies of #AC04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04ED

Black with #AC04ED

Text Example


Text Example

White with #AC04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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