#A611FE

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

Shades of Electric Purple #A611FE

Tints of Electric Purple #A611FE

Color information

#A611FE (or 0xA611FE) is unknown color: approx Electric Purple. HEX triplet: A6, 11 and FE. RGB value is (166,17,254). Sum of RGB (Red+Green+Blue) = 166+17+254=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #A611FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611FE is #59EE01. Grayscale: #575757. Windows color (decimal): -5893634 or 16650662. OLE color: 16650662.

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

Color convert

RGB16617254-
CMYK0.350.9300.00
HSL277.72º99.16%53.14%-
HSV(B)277.72º93.31%99.61%-
XYZ33.8215.6695.01-
YUV88.57221.36183.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 17 (7.03% from 255) = 3.89%
BLUE value IS 254 (99.61% from 255) = 58.12%
R=37.99%
G=3.89%
B=58.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal166172540.350.9300.00277.7299.1653.14
HexA611FE235D001166335
Octal24621376431350042614365
Binary1010011010001111111101000111011101001000101101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A611FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A611FE; }

 p { color: rgb(166,17,254); }

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

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

 a { background-color: rgb(166,17,254); }

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

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

 span { border-color: rgb(166,17,254); }

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