Html Css Color HEX #A404FC Electric Purple

📋 copy color: '#A404FC'

red 164 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #A404FC

Tints of Electric Purple #A404FC

RGB

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

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

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

R = 39.05%
G = 0.95%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A404FC (or 0xA404FC) is known color: Electric Purple. HEX triplet: A4, 04 and FC. RGB value is (164,4,252). Sum of RGB (Red+Green+Blue) = 164+4+252=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #A404FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404FC is #5BFB03. Grayscale: #4F4F4F. Windows color (decimal): -6028036 or 16516260. OLE color: 16516260.

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

Color convert

RGB 164 4 252 -
CMYK 0.35 0.98 0 0.01
HSL 278.71º 0.98% 0.5% -
HSV(B) 278.71º 0.98% 0.99% -
XYZ 32.92 15.01 93.26 -
YUV 80.11 225.01 187.83 -
System Red Green Blue C M Y K H S L
Decimal 164 4 252 0.35 0.98 0 0.01 278.71 0.98 0.5
Hex A4 4 FC 23 62 0 1 117 62 32
Octal 244 4 374 43 142 0 1 427 142 62
Binary 10100100 100 11111100 100011 1100010 0 1 100010111 1100010 110010

Color Harmonies of #A404FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404FC

Black with #A404FC

Text Example


Text Example

White with #A404FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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