Html Css Color HEX #A401FC Electric Purple

📋 copy color: '#A401FC'

red 164 ◦ green 1 ◦ blue 252

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

Shades of Electric Purple #A401FC

Tints of Electric Purple #A401FC

RGB

 RED value IS 164 (64.45% from 255) = 39.33%

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

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

R = 39.33%
G = 0.24%
B = 60.43%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A401FC (or 0xA401FC) is known color: Electric Purple. HEX triplet: A4, 01 and FC. RGB value is (164,1,252). Sum of RGB (Red+Green+Blue) = 164+1+252=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #A401FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A401FC is #5BFE03. Grayscale: #4D4D4D. Windows color (decimal): -6028804 or 16515492. OLE color: 16515492.

HSL color Cylindrical-coordinate representation of color #A401FC: hue angle of 278.96º 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 #A401FC is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 1 252 -
CMYK 0.35 1.00 0 0.01
HSL 278.96º 0.99% 0.5% -
HSV(B) 278.96º 1% 0.99% -
XYZ 32.89 14.94 93.25 -
YUV 78.35 226 189.09 -
System Red Green Blue C M Y K H S L
Decimal 164 1 252 0.35 1.00 0 0.01 278.96 0.99 0.5
Hex A4 1 FC 23 64 0 1 117 63 32
Octal 244 1 374 43 144 0 1 427 143 62
Binary 10100100 1 11111100 100011 1100100 0 1 100010111 1100011 110010

Color Harmonies of #A401FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401FC

Black with #A401FC

Text Example


Text Example

White with #A401FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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