#AC20F6

Color #AC20F6 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AC20F6

Tints of Electric Purple #AC20F6

Color information

#AC20F6 (or 0xAC20F6) is unknown color: approx Electric Purple. HEX triplet: AC, 20 and F6. RGB value is (172,32,246). Sum of RGB (Red+Green+Blue) = 172+32+246=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC20F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC20F6 is #53DF09. Grayscale: #616161. Windows color (decimal): -5496586 or 16130220. OLE color: 16130220.

HSL color Cylindrical-coordinate representation of color #AC20F6: hue angle of 279.25º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC20F6 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17232246-
CMYK0.300.8700.04
HSL279.25º92.24%54.51%-
HSV(B)279.25º86.99%96.47%-
XYZ34.1616.4688.56-
YUV98.26211.38180.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 32 (12.89% from 255) = 7.11%
BLUE value IS 246 (96.48% from 255) = 54.67%
R=38.22%
G=7.11%
B=54.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172322460.300.8700.04279.2592.2454.51
HexAC20F61E57041175c37
Octal25440366361270442713467
Binary101011001000001111011011110101011101001000101111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC20F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC20F6; }

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

 H1.HeaderClassName
 {
   color: #AC20F6;
 }
 .AnyTagClassName
 {
   color: #AC20F6;
 }
</style>
background-color css

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

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

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

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

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

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