Html Css Color HEX #A404FE Electric Purple

📋 copy color: '#A404FE'

red 164 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #A404FE

Tints of Electric Purple #A404FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 38.86%
G = 0.95%
B = 60.19%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A404FE (or 0xA404FE) is known color: Electric Purple. HEX triplet: A4, 04 and FE. RGB value is (164,4,254). Sum of RGB (Red+Green+Blue) = 164+4+254=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #A404FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404FE is #5BFB01. Grayscale: #4F4F4F. Windows color (decimal): -6028034 or 16647332. OLE color: 16647332.

HSL color Cylindrical-coordinate representation of color #A404FE: hue angle of 278.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404FE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 4 254 -
CMYK 0.35 0.98 0 0.00
HSL 278.4º 0.99% 0.51% -
HSV(B) 278.4º 0.98% 1% -
XYZ 33.24 15.14 94.94 -
YUV 80.34 226.01 187.67 -
System Red Green Blue C M Y K H S L
Decimal 164 4 254 0.35 0.98 0 0.00 278.4 0.99 0.51
Hex A4 4 FE 23 62 0 0 116 63 33
Octal 244 4 376 43 142 0 0 426 143 63
Binary 10100100 100 11111110 100011 1100010 0 0 100010110 1100011 110011

Color Harmonies of #A404FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404FE

Black with #A404FE

Text Example


Text Example

White with #A404FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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