Html Css Color HEX #AC20FE Electric Purple

📋 copy color: '#AC20FE'

red 172 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #AC20FE

Tints of Electric Purple #AC20FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.99%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 37.55%
G = 6.99%
B = 55.46%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC20FE (or 0xAC20FE) is known color: Electric Purple. HEX triplet: AC, 20 and FE. RGB value is (172,32,254). Sum of RGB (Red+Green+Blue) = 172+32+254=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC20FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC20FE is #53DF01. Grayscale: #626262. Windows color (decimal): -5496578 or 16654508. OLE color: 16654508.

HSL color Cylindrical-coordinate representation of color #AC20FE: hue angle of 277.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC20FE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 32 254 -
CMYK 0.32 0.87 0 0.00
HSL 277.84º 0.99% 0.56% -
HSV(B) 277.84º 0.87% 1% -
XYZ 35.42 16.96 95.17 -
YUV 99.17 215.38 179.95 -
System Red Green Blue C M Y K H S L
Decimal 172 32 254 0.32 0.87 0 0.00 277.84 0.99 0.56
Hex AC 20 FE 20 57 0 0 116 63 38
Octal 254 40 376 40 127 0 0 426 143 70
Binary 10101100 100000 11111110 100000 1010111 0 0 100010110 1100011 111000

Color Harmonies of #AC20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20FE

Black with #AC20FE

Text Example


Text Example

White with #AC20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20FE; }

 p { color: rgb(172,32,254); }

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

background-color css

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

 a { background-color: rgb(172,32,254); }

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

border-color css

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

 span { border-color: rgb(172,32,254); }

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