#AC17FC

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

Shades of Electric Purple #AC17FC

Tints of Electric Purple #AC17FC

Color information

#AC17FC (or 0xAC17FC) is unknown color: approx Electric Purple. HEX triplet: AC, 17 and FC. RGB value is (172,23,252). Sum of RGB (Red+Green+Blue) = 172+23+252=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17FC is #53E803. Grayscale: #5C5C5C. Windows color (decimal): -5498884 or 16521132. OLE color: 16521132.

HSL color Cylindrical-coordinate representation of color #AC17FC: hue angle of 279.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC17FC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17223252-
CMYK0.320.9100.01
HSL279.04º97.45%53.92%-
HSV(B)279.04º90.87%98.82%-
XYZ34.8916.4193.42-
YUV93.66217.36183.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 23 (9.38% from 255) = 5.15%
BLUE value IS 252 (98.83% from 255) = 56.38%
R=38.48%
G=5.15%
B=56.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172232520.320.9100.01279.0497.4553.92
HexAC17FC205B011176136
Octal25427374401330142714166
Binary1010110010111111111001000001011011011000101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC17FC; }

 p { color: rgb(172,23,252); }

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

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

 a { background-color: rgb(172,23,252); }

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

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

 span { border-color: rgb(172,23,252); }

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