#AA04EB

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

Shades of Electric Purple #AA04EB

Tints of Electric Purple #AA04EB

Color information

#AA04EB (or 0xAA04EB) is unknown color: approx Electric Purple. HEX triplet: AA, 04 and EB. RGB value is (170,4,235). Sum of RGB (Red+Green+Blue) = 170+4+235=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA04EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04EB is #55FB14. Grayscale: #4F4F4F. Windows color (decimal): -5634837 or 15402154. OLE color: 15402154.

HSL color Cylindrical-coordinate representation of color #AA04EB: hue angle of 283.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04EB is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1704235-
CMYK0.280.9800.08
HSL283.12º96.65%46.86%-
HSV(B)283.12º98.3%92.16%-
XYZ31.6214.6379.75-
YUV79.97215.5192.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 235 (92.19% from 255) = 57.46%
R=41.56%
G=0.98%
B=57.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal17042350.280.9800.08283.1296.6546.86
HexAA4EB1C620811b612f
Octal25243533414201043314157
Binary1010101010011101011111001100010010001000110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA04EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA04EB; }

 p { color: rgb(170,4,235); }

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

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

 a { background-color: rgb(170,4,235); }

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

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

 span { border-color: rgb(170,4,235); }

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