#A80AEE

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

Shades of Electric Purple #A80AEE

Tints of Electric Purple #A80AEE

Color information

#A80AEE (or 0xA80AEE) is unknown color: approx Electric Purple. HEX triplet: A8, 0A and EE. RGB value is (168,10,238). Sum of RGB (Red+Green+Blue) = 168+10+238=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #A80AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AEE is #57F511. Grayscale: #525252. Windows color (decimal): -5764370 or 15600296. OLE color: 15600296.

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

Color convert

RGB16810238-
CMYK0.290.9600.07
HSL281.58º91.94%48.63%-
HSV(B)281.58º95.8%93.33%-
XYZ31.6914.7182.06-
YUV83.23215.35188.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 10 (4.30% from 255) = 2.40%
BLUE value IS 238 (93.36% from 255) = 57.21%
R=40.38%
G=2.40%
B=57.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168102380.290.9600.07281.5891.9448.63
HexA8AEE1D600711a5c31
Octal25012356351400743213461
Binary1010100010101110111011101110000001111000110101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80AEE; }

 p { color: rgb(168,10,238); }

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

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

 a { background-color: rgb(168,10,238); }

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

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

 span { border-color: rgb(168,10,238); }

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