#A911EB

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

Shades of Electric Purple #A911EB

Tints of Electric Purple #A911EB

Color information

#A911EB (or 0xA911EB) is unknown color: approx Electric Purple. HEX triplet: A9, 11 and EB. RGB value is (169,17,235). Sum of RGB (Red+Green+Blue) = 169+17+235=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #A911EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A911EB is #56EE14. Grayscale: #565656. Windows color (decimal): -5697045 or 15405481. OLE color: 15405481.

HSL color Cylindrical-coordinate representation of color #A911EB: hue angle of 281.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A911EB is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16917235-
CMYK0.280.9300.08
HSL281.83º86.51%49.41%-
HSV(B)281.83º92.77%92.16%-
XYZ31.5614.8379.8-
YUV87.3211.36186.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 17 (7.03% from 255) = 4.04%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=40.14%
G=4.04%
B=55.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal169172350.280.9300.08281.8386.5149.41
HexA911EB1C5D0811a5731
Octal251213533413501043212761
Binary101010011000111101011111001011101010001000110101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A911EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A911EB; }

 p { color: rgb(169,17,235); }

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

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

 a { background-color: rgb(169,17,235); }

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

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

 span { border-color: rgb(169,17,235); }

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