Html Css Color HEX #AA04EA Electric Purple

📋 copy color: '#AA04EA'

red 170 ◦ green 4 ◦ blue 234

#AA04EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #AA04EA

Tints of Electric Purple #AA04EA

RGB

 RED value IS 170 (66.8% from 255) = 41.67%

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 41.67%
G = 0.98%
B = 57.35%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA04EA (or 0xAA04EA) is known color: Electric Purple. HEX triplet: AA, 04 and EA. RGB value is (170,4,234). Sum of RGB (Red+Green+Blue) = 170+4+234=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA04EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04EA is #55FB15. Grayscale: #4F4F4F. Windows color (decimal): -5634838 or 15336618. OLE color: 15336618.

HSL color Cylindrical-coordinate representation of color #AA04EA: hue angle of 283.3º 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 #AA04EA is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 4 234 -
CMYK 0.27 0.98 0 0.08
HSL 283.3º 0.97% 0.47% -
HSV(B) 283.3º 0.98% 0.92% -
XYZ 31.47 14.57 79 -
YUV 79.85 215 192.3 -
System Red Green Blue C M Y K H S L
Decimal 170 4 234 0.27 0.98 0 0.08 283.3 0.97 0.47
Hex AA 4 EA 1B 62 0 8 11B 61 2F
Octal 252 4 352 33 142 0 10 433 141 57
Binary 10101010 100 11101010 11011 1100010 0 1000 100011011 1100001 101111

Color Harmonies of #AA04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04EA

Black with #AA04EA

Text Example


Text Example

White with #AA04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04EA; }

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

 H1.HeaderClassName
 {
   color: #AA04EA;
 }
 .AnyTagClassName
 {
   color: #AA04EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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