#A20CF3

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

Shades of Electric Purple #A20CF3

Tints of Electric Purple #A20CF3

Color information

#A20CF3 (or 0xA20CF3) is unknown color: approx Electric Purple. HEX triplet: A2, 0C and F3. RGB value is (162,12,243). Sum of RGB (Red+Green+Blue) = 162+12+243=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #A20CF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CF3 is #5DF30C. Grayscale: #525252. Windows color (decimal): -6157069 or 15928482. OLE color: 15928482.

HSL color Cylindrical-coordinate representation of color #A20CF3: hue angle of 278.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CF3 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16212243-
CMYK0.330.9500.05
HSL278.96º90.59%50%-
HSV(B)278.96º95.06%95.29%-
XYZ31.2114.4285.93-
YUV83.18218.2184.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 12 (5.08% from 255) = 2.88%
BLUE value IS 243 (95.31% from 255) = 58.27%
R=38.85%
G=2.88%
B=58.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162122430.330.9500.05278.9690.5950
HexA2CF3215F051175b32
Octal24214363411370542713362
Binary10100010110011110011100001101111101011000101111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20CF3; }

 p { color: rgb(162,12,243); }

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

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

 a { background-color: rgb(162,12,243); }

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

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

 span { border-color: rgb(162,12,243); }

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