#AA00FF

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

Shades of Electric Purple #AA00FF

Tints of Electric Purple #AA00FF

Color information

#AA00FF (or 0xAA00FF) is unknown color: approx Electric Purple. HEX triplet: AA, 00 and FF. RGB value is (170,0,255). Sum of RGB (Red+Green+Blue) = 170+0+255=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00FF is #55FF00. Grayscale: #4F4F4F. Windows color (decimal): -5635841 or 16711850. OLE color: 16711850.

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

Color convert

RGB1700255-
CMYK0.33100
HSL280º100%50%-
HSV(B)280º100%100%-
XYZ34.6315.7795.83-
YUV79.9226.82192.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17002550.3310028010050
HexAA0FF2164001186432
Octal2520377411440043014462
Binary101010100111111111000011100100001000110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA00FF; }

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

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

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

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

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

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

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

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