#A204F2

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

Shades of Electric Purple #A204F2

Tints of Electric Purple #A204F2

Color information

#A204F2 (or 0xA204F2) is unknown color: approx Electric Purple. HEX triplet: A2, 04 and F2. RGB value is (162,4,242). Sum of RGB (Red+Green+Blue) = 162+4+242=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #A204F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A204F2 is #5DFB0D. Grayscale: #4D4D4D. Windows color (decimal): -6159118 or 15860898. OLE color: 15860898.

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

Color convert

RGB1624242-
CMYK0.330.9800.05
HSL279.83º96.75%48.24%-
HSV(B)279.83º98.35%94.9%-
XYZ30.9714.1885.11-
YUV78.37220.35187.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 242 (94.92% from 255) = 59.31%
R=39.71%
G=0.98%
B=59.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16242420.330.9800.05279.8396.7548.24
HexA24F22162051186130
Octal2424362411420543014160
Binary1010001010011110010100001110001001011000110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A204F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A204F2; }

 p { color: rgb(162,4,242); }

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

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

 a { background-color: rgb(162,4,242); }

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

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

 span { border-color: rgb(162,4,242); }

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