#A312FC

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

Shades of Electric Purple #A312FC

Tints of Electric Purple #A312FC

Color information

#A312FC (or 0xA312FC) is unknown color: approx Electric Purple. HEX triplet: A3, 12 and FC. RGB value is (163,18,252). Sum of RGB (Red+Green+Blue) = 163+18+252=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #A312FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A312FC is #5CED03. Grayscale: #575757. Windows color (decimal): -6089988 or 16519843. OLE color: 16519843.

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

Color convert

RGB16318252-
CMYK0.350.9300.01
HSL277.18º97.5%52.94%-
HSV(B)277.18º92.86%98.82%-
XYZ32.8915.2593.3-
YUV88.03220.54181.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 18 (7.42% from 255) = 4.16%
BLUE value IS 252 (98.83% from 255) = 58.20%
R=37.64%
G=4.16%
B=58.20%

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
Decimal163182520.350.9300.01277.1897.552.94
HexA312FC235D011156235
Octal24322374431350142514265
Binary1010001110010111111001000111011101011000101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A312FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A312FC; }

 p { color: rgb(163,18,252); }

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

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

 a { background-color: rgb(163,18,252); }

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

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

 span { border-color: rgb(163,18,252); }

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