#A111FF

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

Shades of Electric Purple #A111FF

Tints of Electric Purple #A111FF

Color information

#A111FF (or 0xA111FF) is unknown color: approx Electric Purple. HEX triplet: A1, 11 and FF. RGB value is (161,17,255). Sum of RGB (Red+Green+Blue) = 161+17+255=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A111FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111FF is #5EEE00. Grayscale: #565656. Windows color (decimal): -6221313 or 16716193. OLE color: 16716193.

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

Color convert

RGB16117255-
CMYK0.370.9300
HSL276.3º100%53.33%-
HSV(B)276.3º93.33%100%-
XYZ32.9515.295.8-
YUV87.19222.71180.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 17 (7.03% from 255) = 3.93%
BLUE value IS 255 (100% from 255) = 58.89%
R=37.18%
G=3.93%
B=58.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal161172550.370.9300276.310053.33
HexA111FF255D001146435
Octal24121377451350042414465
Binary1010000110001111111111001011011101001000101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A111FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A111FF; }

 p { color: rgb(161,17,255); }

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

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

 a { background-color: rgb(161,17,255); }

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

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

 span { border-color: rgb(161,17,255); }

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