Html Css Color HEX #AC20FF Electric Purple

📋 copy color: '#AC20FF'

red 172 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #AC20FF

Tints of Electric Purple #AC20FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 37.47%
G = 6.97%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC20FF (or 0xAC20FF) is known color: Electric Purple. HEX triplet: AC, 20 and FF. RGB value is (172,32,255). Sum of RGB (Red+Green+Blue) = 172+32+255=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC20FF is #53DF00. Grayscale: #626262. Windows color (decimal): -5496577 or 16720044. OLE color: 16720044.

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

Color convert

RGB 172 32 255 -
CMYK 0.33 0.87 0 0
HSL 277.67º 1% 0.56% -
HSV(B) 277.67º 0.87% 1% -
XYZ 35.58 17.02 96.02 -
YUV 99.28 215.88 179.87 -
System Red Green Blue C M Y K H S L
Decimal 172 32 255 0.33 0.87 0 0 277.67 1 0.56
Hex AC 20 FF 21 57 0 0 116 64 38
Octal 254 40 377 41 127 0 0 426 144 70
Binary 10101100 100000 11111111 100001 1010111 0 0 100010110 1100100 111000

Color Harmonies of #AC20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20FF

Black with #AC20FF

Text Example


Text Example

White with #AC20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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