#A104F4

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

Shades of Electric Purple #A104F4

Tints of Electric Purple #A104F4

Color information

#A104F4 (or 0xA104F4) is unknown color: approx Electric Purple. HEX triplet: A1, 04 and F4. RGB value is (161,4,244). Sum of RGB (Red+Green+Blue) = 161+4+244=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #A104F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A104F4 is #5EFB0B. Grayscale: #4D4D4D. Windows color (decimal): -6224652 or 15991969. OLE color: 15991969.

HSL color Cylindrical-coordinate representation of color #A104F4: hue angle of 279.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104F4 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1614244-
CMYK0.340.9800.04
HSL279.25º96.77%48.63%-
HSV(B)279.25º98.36%95.69%-
XYZ31.0714.286.69-
YUV78.3221.51186.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 244 (95.70% from 255) = 59.66%
R=39.36%
G=0.98%
B=59.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16142440.340.9800.04279.2596.7748.63
HexA14F42262041176131
Octal2414364421420442714161
Binary1010000110011110100100010110001001001000101111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A104F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A104F4; }

 p { color: rgb(161,4,244); }

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

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

 a { background-color: rgb(161,4,244); }

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

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

 span { border-color: rgb(161,4,244); }

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