Html Css Color HEX #AC01FA Electric Purple

📋 copy color: '#AC01FA'

red 172 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #AC01FA

Tints of Electric Purple #AC01FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 40.66%
G = 0.24%
B = 59.1%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC01FA (or 0xAC01FA) is known color: Electric Purple. HEX triplet: AC, 01 and FA. RGB value is (172,1,250). Sum of RGB (Red+Green+Blue) = 172+1+250=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC01FA is #53FE05. Grayscale: #4F4F4F. Windows color (decimal): -5504518 or 16384428. OLE color: 16384428.

HSL color Cylindrical-coordinate representation of color #AC01FA: hue angle of 281.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01FA is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 1 250 -
CMYK 0.31 1.00 0 0.02
HSL 281.2º 0.99% 0.49% -
HSV(B) 281.2º 1% 0.98% -
XYZ 34.28 15.69 91.67 -
YUV 80.52 223.65 193.25 -
System Red Green Blue C M Y K H S L
Decimal 172 1 250 0.31 1.00 0 0.02 281.2 0.99 0.49
Hex AC 1 FA 1F 64 0 2 119 63 31
Octal 254 1 372 37 144 0 2 431 143 61
Binary 10101100 1 11111010 11111 1100100 0 10 100011001 1100011 110001

Color Harmonies of #AC01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01FA

Black with #AC01FA

Text Example


Text Example

White with #AC01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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