#A412FD

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

Shades of Electric Purple #A412FD

Tints of Electric Purple #A412FD

Color information

#A412FD (or 0xA412FD) is unknown color: approx Electric Purple. HEX triplet: A4, 12 and FD. RGB value is (164,18,253). Sum of RGB (Red+Green+Blue) = 164+18+253=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A412FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A412FD is #5BED02. Grayscale: #575757. Windows color (decimal): -6024451 or 16585380. OLE color: 16585380.

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

Color convert

RGB16418253-
CMYK0.350.9300.01
HSL277.28º98.33%53.14%-
HSV(B)277.28º92.89%99.22%-
XYZ33.2615.4294.15-
YUV88.44220.87181.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 18 (7.42% from 255) = 4.14%
BLUE value IS 253 (99.22% from 255) = 58.16%
R=37.70%
G=4.14%
B=58.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164182530.350.9300.01277.2898.3353.14
HexA412FD235D011156235
Octal24422375431350142514265
Binary1010010010010111111011000111011101011000101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A412FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A412FD; }

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

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

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

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

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

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

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

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