#A404F1

Color #A404F1 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A404F1

Tints of Electric Purple #A404F1

Color information

#A404F1 (or 0xA404F1) is unknown color: approx Electric Purple. HEX triplet: A4, 04 and F1. RGB value is (164,4,241). Sum of RGB (Red+Green+Blue) = 164+4+241=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #A404F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404F1 is #5BFB0E. Grayscale: #4E4E4E. Windows color (decimal): -6028047 or 15795364. OLE color: 15795364.

HSL color Cylindrical-coordinate representation of color #A404F1: hue angle of 280.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404F1 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1644241-
CMYK0.320.9800.05
HSL280.51º96.73%48.04%-
HSV(B)280.51º98.34%94.51%-
XYZ31.2314.3384.34-
YUV78.86219.51188.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=40.10%
G=0.98%
B=58.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16442410.320.9800.05280.5196.7348.04
HexA44F12062051196130
Octal2444361401420543114160
Binary1010010010011110001100000110001001011000110011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A404F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A404F1; }

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

 H1.HeaderClassName
 {
   color: #A404F1;
 }
 .AnyTagClassName
 {
   color: #A404F1;
 }
</style>
background-color css

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

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

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

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

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

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