Html Css Color HEX #AA04EE Electric Purple

📋 copy color: '#AA04EE'

red 170 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #AA04EE

Tints of Electric Purple #AA04EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 41.26%
G = 0.97%
B = 57.77%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA04EE (or 0xAA04EE) is known color: Electric Purple. HEX triplet: AA, 04 and EE. RGB value is (170,4,238). Sum of RGB (Red+Green+Blue) = 170+4+238=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04EE is #55FB11. Grayscale: #4F4F4F. Windows color (decimal): -5634834 or 15598762. OLE color: 15598762.

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

Color convert

RGB 170 4 238 -
CMYK 0.29 0.98 0 0.07
HSL 282.56º 0.97% 0.47% -
HSV(B) 282.56º 0.98% 0.93% -
XYZ 32.05 14.81 82.06 -
YUV 80.31 217 191.97 -
System Red Green Blue C M Y K H S L
Decimal 170 4 238 0.29 0.98 0 0.07 282.56 0.97 0.47
Hex AA 4 EE 1D 62 0 7 11B 61 2F
Octal 252 4 356 35 142 0 7 433 141 57
Binary 10101010 100 11101110 11101 1100010 0 111 100011011 1100001 101111

Color Harmonies of #AA04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04EE

Black with #AA04EE

Text Example


Text Example

White with #AA04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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