#A209F2

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

Shades of Electric Purple #A209F2

Tints of Electric Purple #A209F2

Color information

#A209F2 (or 0xA209F2) is unknown color: approx Electric Purple. HEX triplet: A2, 09 and F2. RGB value is (162,9,242). Sum of RGB (Red+Green+Blue) = 162+9+242=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 242 (94.92% from 255 or 58.60% from 413); Max value from RGB is 242 - color contains mainly: blue. Hex color #A209F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A209F2 is #5DF60D. Grayscale: #505050. Windows color (decimal): -6157838 or 15862178. OLE color: 15862178.

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

Color convert

RGB1629242-
CMYK0.330.9600.05
HSL279.4º92.83%49.22%-
HSV(B)279.4º96.28%94.9%-
XYZ31.0214.2985.13-
YUV81.31218.69185.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 9 (3.91% from 255) = 2.18%
BLUE value IS 242 (94.92% from 255) = 58.60%
R=39.23%
G=2.18%
B=58.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16292420.330.9600.05279.492.8349.22
HexA29F22160051175d31
Octal24211362411400542713561
Binary10100010100111110010100001110000001011000101111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A209F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A209F2; }

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

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

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

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

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

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

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

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