#A011FF

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

Shades of Electric Purple #A011FF

Tints of Electric Purple #A011FF

Color information

#A011FF (or 0xA011FF) is unknown color: approx Electric Purple. HEX triplet: A0, 11 and FF. RGB value is (160,17,255). Sum of RGB (Red+Green+Blue) = 160+17+255=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A011FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011FF is #5FEE00. Grayscale: #565656. Windows color (decimal): -6286849 or 16716192. OLE color: 16716192.

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

Color convert

RGB16017255-
CMYK0.370.9300
HSL276.05º100%53.33%-
HSV(B)276.05º93.33%100%-
XYZ32.7515.0995.8-
YUV86.89222.88180.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 17 (7.03% from 255) = 3.94%
BLUE value IS 255 (100% from 255) = 59.03%
R=37.04%
G=3.94%
B=59.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal160172550.370.9300276.0510053.33
HexA011FF255D001146435
Octal24021377451350042414465
Binary1010000010001111111111001011011101001000101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A011FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A011FF; }

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

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

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

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

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

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

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

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