#A212FD

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

Shades of Electric Purple #A212FD

Tints of Electric Purple #A212FD

Color information

#A212FD (or 0xA212FD) is unknown color: approx Electric Purple. HEX triplet: A2, 12 and FD. RGB value is (162,18,253). Sum of RGB (Red+Green+Blue) = 162+18+253=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #A212FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A212FD is #5DED02. Grayscale: #575757. Windows color (decimal): -6155523 or 16585378. OLE color: 16585378.

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

Color convert

RGB16218253-
CMYK0.360.9300.01
HSL276.77º98.33%53.14%-
HSV(B)276.77º92.89%99.22%-
XYZ32.8515.2194.13-
YUV87.85221.21180.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 18 (7.42% from 255) = 4.16%
BLUE value IS 253 (99.22% from 255) = 58.43%
R=37.41%
G=4.16%
B=58.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162182530.360.9300.01276.7798.3353.14
HexA212FD245D011156235
Octal24222375441350142514265
Binary1010001010010111111011001001011101011000101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A212FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A212FD; }

 p { color: rgb(162,18,253); }

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

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

 a { background-color: rgb(162,18,253); }

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

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

 span { border-color: rgb(162,18,253); }

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