#AA11EE

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

Shades of Electric Purple #AA11EE

Tints of Electric Purple #AA11EE

Color information

#AA11EE (or 0xAA11EE) is unknown color: approx Electric Purple. HEX triplet: AA, 11 and EE. RGB value is (170,17,238). Sum of RGB (Red+Green+Blue) = 170+17+238=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA11EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA11EE is #55EE11. Grayscale: #575757. Windows color (decimal): -5631506 or 15602090. OLE color: 15602090.

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

Color convert

RGB17017238-
CMYK0.290.9300.07
HSL281.54º86.67%50%-
HSV(B)281.54º92.86%93.33%-
XYZ32.2115.1282.11-
YUV87.94212.69186.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 4%
BLUE value IS 238 (93.36% from 255) = 56%
R=40%
G=4%
B=56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170172380.290.9300.07281.5486.6750
HexAA11EE1D5D0711a5732
Octal25221356351350743212762
Binary10101010100011110111011101101110101111000110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA11EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA11EE; }

 p { color: rgb(170,17,238); }

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

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

 a { background-color: rgb(170,17,238); }

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

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

 span { border-color: rgb(170,17,238); }

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