#A419FE

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

Shades of Electric Purple #A419FE

Tints of Electric Purple #A419FE

Color information

#A419FE (or 0xA419FE) is unknown color: approx Electric Purple. HEX triplet: A4, 19 and FE. RGB value is (164,25,254). Sum of RGB (Red+Green+Blue) = 164+25+254=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #A419FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419FE is #5BE601. Grayscale: #5B5B5B. Windows color (decimal): -6022658 or 16652708. OLE color: 16652708.

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

Color convert

RGB16425254-
CMYK0.350.9000.00
HSL276.42º99.13%54.71%-
HSV(B)276.42º90.16%99.61%-
XYZ33.5515.7495.04-
YUV92.67219.05178.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 25 (10.16% from 255) = 5.64%
BLUE value IS 254 (99.61% from 255) = 57.34%
R=37.02%
G=5.64%
B=57.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal164252540.350.9000.00276.4299.1354.71
HexA419FE235A001146337
Octal24431376431320042414367
Binary1010010011001111111101000111011010001000101001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A419FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A419FE; }

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

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

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

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

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

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

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

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