#AA12FF

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

Shades of Electric Purple #AA12FF

Tints of Electric Purple #AA12FF

Color information

#AA12FF (or 0xAA12FF) is unknown color: approx Electric Purple. HEX triplet: AA, 12 and FF. RGB value is (170,18,255). Sum of RGB (Red+Green+Blue) = 170+18+255=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12FF is #55ED00. Grayscale: #595959. Windows color (decimal): -5631233 or 16716458. OLE color: 16716458.

HSL color Cylindrical-coordinate representation of color #AA12FF: hue angle of 278.48º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA12FF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17018255-
CMYK0.330.9300
HSL278.48º100%53.53%-
HSV(B)278.48º92.94%100%-
XYZ34.8416.295.9-
YUV90.47220.86184.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 18 (7.42% from 255) = 4.06%
BLUE value IS 255 (100% from 255) = 57.56%
R=38.37%
G=4.06%
B=57.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170182550.330.9300278.4810053.53
HexAA12FF215D001166436
Octal25222377411350042614466
Binary1010101010010111111111000011011101001000101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA12FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA12FF; }

 p { color: rgb(170,18,255); }

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

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

 a { background-color: rgb(170,18,255); }

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

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

 span { border-color: rgb(170,18,255); }

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