#A012FD

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

Shades of Electric Purple #A012FD

Tints of Electric Purple #A012FD

Color information

#A012FD (or 0xA012FD) is unknown color: approx Electric Purple. HEX triplet: A0, 12 and FD. RGB value is (160,18,253). Sum of RGB (Red+Green+Blue) = 160+18+253=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #A012FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A012FD is #5FED02. Grayscale: #565656. Windows color (decimal): -6286595 or 16585376. OLE color: 16585376.

HSL color Cylindrical-coordinate representation of color #A012FD: hue angle of 276.26º 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 #A012FD is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16018253-
CMYK0.370.9300.01
HSL276.26º98.33%53.14%-
HSV(B)276.26º92.89%99.22%-
XYZ32.441594.11-
YUV87.25221.54179.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 18 (7.42% from 255) = 4.18%
BLUE value IS 253 (99.22% from 255) = 58.70%
R=37.12%
G=4.18%
B=58.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160182530.370.9300.01276.2698.3353.14
HexA012FD255D011146235
Octal24022375451350142414265
Binary1010000010010111111011001011011101011000101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A012FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A012FD; }

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

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

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

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

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

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

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

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