#A711ED

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

Shades of Electric Purple #A711ED

Tints of Electric Purple #A711ED

Color information

#A711ED (or 0xA711ED) is unknown color: approx Electric Purple. HEX triplet: A7, 11 and ED. RGB value is (167,17,237). Sum of RGB (Red+Green+Blue) = 167+17+237=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #A711ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A711ED is #58EE12. Grayscale: #565656. Windows color (decimal): -5828115 or 15536551. OLE color: 15536551.

HSL color Cylindrical-coordinate representation of color #A711ED: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A711ED is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16717237-
CMYK0.300.9300.07
HSL280.91º86.61%49.8%-
HSV(B)280.91º92.83%92.94%-
XYZ31.4214.7381.31-
YUV86.93212.7185.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 17 (7.03% from 255) = 4.04%
BLUE value IS 237 (92.97% from 255) = 56.29%
R=39.67%
G=4.04%
B=56.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167172370.300.9300.07280.9186.6149.8
HexA711ED1E5D071195732
Octal24721355361350743112762
Binary10100111100011110110111110101110101111000110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A711ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A711ED; }

 p { color: rgb(167,17,237); }

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

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

 a { background-color: rgb(167,17,237); }

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

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

 span { border-color: rgb(167,17,237); }

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