Html Css Color HEX #AC01FC Electric Purple

📋 copy color: '#AC01FC'

red 172 ◦ green 1 ◦ blue 252

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

Shades of Electric Purple #AC01FC

Tints of Electric Purple #AC01FC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 40.47%
G = 0.24%
B = 59.29%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC01FC (or 0xAC01FC) is known color: Electric Purple. HEX triplet: AC, 01 and FC. RGB value is (172,1,252). Sum of RGB (Red+Green+Blue) = 172+1+252=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC01FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC01FC is #53FE03. Grayscale: #4F4F4F. Windows color (decimal): -5504516 or 16515500. OLE color: 16515500.

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

Color convert

RGB 172 1 252 -
CMYK 0.32 1.00 0 0.01
HSL 280.88º 0.99% 0.5% -
HSV(B) 280.88º 1% 0.99% -
XYZ 34.59 15.82 93.33 -
YUV 80.74 224.65 193.09 -
System Red Green Blue C M Y K H S L
Decimal 172 1 252 0.32 1.00 0 0.01 280.88 0.99 0.5
Hex AC 1 FC 20 64 0 1 119 63 32
Octal 254 1 374 40 144 0 1 431 143 62
Binary 10101100 1 11111100 100000 1100100 0 1 100011001 1100011 110010

Color Harmonies of #AC01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01FC

Black with #AC01FC

Text Example


Text Example

White with #AC01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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