Html Css Color HEX #AC05ED Electric Purple

📋 copy color: '#AC05ED'

red 172 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #AC05ED

Tints of Electric Purple #AC05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 41.55%
G = 1.21%
B = 57.25%

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

#AC05ED (or 0xAC05ED) is known color: Electric Purple. HEX triplet: AC, 05 and ED. RGB value is (172,5,237). Sum of RGB (Red+Green+Blue) = 172+5+237=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC05ED is #53FA12. Grayscale: #505050. Windows color (decimal): -5503507 or 15533484. OLE color: 15533484.

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

Color convert

RGB 172 5 237 -
CMYK 0.27 0.98 0 0.07
HSL 283.19º 0.96% 0.47% -
HSV(B) 283.19º 0.98% 0.93% -
XYZ 32.35 14.99 81.31 -
YUV 81.38 215.83 192.64 -
System Red Green Blue C M Y K H S L
Decimal 172 5 237 0.27 0.98 0 0.07 283.19 0.96 0.47
Hex AC 5 ED 1B 62 0 7 11B 60 2F
Octal 254 5 355 33 142 0 7 433 140 57
Binary 10101100 101 11101101 11011 1100010 0 111 100011011 1100000 101111

Color Harmonies of #AC05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05ED

Black with #AC05ED

Text Example


Text Example

White with #AC05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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