#A213FE

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

Shades of Electric Purple #A213FE

Tints of Electric Purple #A213FE

Color information

#A213FE (or 0xA213FE) is unknown color: approx Electric Purple. HEX triplet: A2, 13 and FE. RGB value is (162,19,254). Sum of RGB (Red+Green+Blue) = 162+19+254=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #A213FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A213FE is #5DEC01. Grayscale: #575757. Windows color (decimal): -6155266 or 16651170. OLE color: 16651170.

HSL color Cylindrical-coordinate representation of color #A213FE: hue angle of 276.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A213FE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16219254-
CMYK0.360.9300.00
HSL276.51º99.16%53.53%-
HSV(B)276.51º92.52%99.61%-
XYZ33.0215.394.98-
YUV88.55221.38180.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 19 (7.81% from 255) = 4.37%
BLUE value IS 254 (99.61% from 255) = 58.39%
R=37.24%
G=4.37%
B=58.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal162192540.360.9300.00276.5199.1653.53
HexA213FE245D001156336
Octal24223376441350042514366
Binary1010001010011111111101001001011101001000101011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A213FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A213FE; }

 p { color: rgb(162,19,254); }

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

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

 a { background-color: rgb(162,19,254); }

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

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

 span { border-color: rgb(162,19,254); }

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