Html Css Color HEX #AC04FC Electric Purple

📋 copy color: '#AC04FC'

red 172 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #AC04FC

Tints of Electric Purple #AC04FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 40.19%
G = 0.93%
B = 58.88%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC04FC (or 0xAC04FC) is known color: Electric Purple. HEX triplet: AC, 04 and FC. RGB value is (172,4,252). Sum of RGB (Red+Green+Blue) = 172+4+252=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC04FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC04FC is #53FB03. Grayscale: #515151. Windows color (decimal): -5503748 or 16516268. OLE color: 16516268.

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

Color convert

RGB 172 4 252 -
CMYK 0.32 0.98 0 0.01
HSL 280.65º 0.98% 0.5% -
HSV(B) 280.65º 0.98% 0.99% -
XYZ 34.63 15.89 93.34 -
YUV 82.5 223.66 191.83 -
System Red Green Blue C M Y K H S L
Decimal 172 4 252 0.32 0.98 0 0.01 280.65 0.98 0.5
Hex AC 4 FC 20 62 0 1 119 62 32
Octal 254 4 374 40 142 0 1 431 142 62
Binary 10101100 100 11111100 100000 1100010 0 1 100011001 1100010 110010

Color Harmonies of #AC04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04FC

Black with #AC04FC

Text Example


Text Example

White with #AC04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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