#A201F2

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

Shades of Electric Purple #A201F2

Tints of Electric Purple #A201F2

Color information

#A201F2 (or 0xA201F2) is unknown color: approx Electric Purple. HEX triplet: A2, 01 and F2. RGB value is (162,1,242). Sum of RGB (Red+Green+Blue) = 162+1+242=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #A201F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201F2 is #5DFE0D. Grayscale: #4B4B4B. Windows color (decimal): -6159886 or 15860130. OLE color: 15860130.

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

Color convert

RGB1621242-
CMYK0.331.0000.05
HSL280.08º99.18%47.65%-
HSV(B)280.08º99.59%94.9%-
XYZ30.9414.1185.1-
YUV76.61221.34188.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 242 (94.92% from 255) = 59.75%
R=40%
G=0.25%
B=59.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16212420.331.0000.05280.0899.1847.65
HexA21F22164051186330
Octal2421362411440543014360
Binary10100010111110010100001110010001011000110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A201F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A201F2; }

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

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

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

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

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

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

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

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