#A202F6

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

Shades of Electric Purple #A202F6

Tints of Electric Purple #A202F6

Color information

#A202F6 (or 0xA202F6) is unknown color: approx Electric Purple. HEX triplet: A2, 02 and F6. RGB value is (162,2,246). Sum of RGB (Red+Green+Blue) = 162+2+246=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #A202F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202F6 is #5DFD09. Grayscale: #4C4C4C. Windows color (decimal): -6159626 or 16122530. OLE color: 16122530.

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

Color convert

RGB1622246-
CMYK0.340.9900.04
HSL279.34º98.39%48.63%-
HSV(B)279.34º99.19%96.47%-
XYZ31.5614.3888.3-
YUV77.66223.01188.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 2 (1.17% from 255) = 0.49%
BLUE value IS 246 (96.48% from 255) = 60%
R=39.51%
G=0.49%
B=60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16222460.340.9900.04279.3498.3948.63
HexA22F62263041176231
Octal2422366421430442714261
Binary101000101011110110100010110001101001000101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A202F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A202F6; }

 p { color: rgb(162,2,246); }

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

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

 a { background-color: rgb(162,2,246); }

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

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

 span { border-color: rgb(162,2,246); }

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