#a311f8

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

Shades of Electric Purple #A311F8

Tints of Electric Purple #A311F8

Color information

#A311F8 (or 0xA311F8) is unknown color: approx Electric Purple. HEX triplet: A3, 11 and F8. RGB value is (163,17,248). Sum of RGB (Red+Green+Blue) = 163+17+248=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #A311F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A311F8 is #5CEE07. Grayscale: #565656. Windows color (decimal): -6090248 or 16257443. OLE color: 16257443.

HSL color Cylindrical-coordinate representation of color #A311F8: hue angle of 277.92º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A311F8 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16317248-
CMYK0.340.9300.03
HSL277.92º94.29%51.96%-
HSV(B)277.92º93.15%97.25%-
XYZ32.2514.9690-
YUV86.99218.87182.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 17 (7.03% from 255) = 3.97%
BLUE value IS 248 (97.27% from 255) = 57.94%
R=38.08%
G=3.97%
B=57.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal163172480.340.9300.03277.9294.2951.96
HexA311F8225D031165e34
Octal24321370421350342613664
Binary10100011100011111100010001010111010111000101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a311f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a311f8; }

 p { color: rgb(163,17,248); }

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

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

 a { background-color: rgb(163,17,248); }

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

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

 span { border-color: rgb(163,17,248); }

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