Html Css Color HEX #AA12EE Electric Purple

📋 copy color: '#AA12EE'

red 170 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #AA12EE

Tints of Electric Purple #AA12EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.23%

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

R = 39.91%
G = 4.23%
B = 55.87%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA12EE (or 0xAA12EE) is known color: Electric Purple. HEX triplet: AA, 12 and EE. RGB value is (170,18,238). Sum of RGB (Red+Green+Blue) = 170+18+238=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA12EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12EE is #55ED11. Grayscale: #575757. Windows color (decimal): -5631250 or 15602346. OLE color: 15602346.

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

Color convert

RGB 170 18 238 -
CMYK 0.29 0.92 0 0.07
HSL 281.45º 0.87% 0.5% -
HSV(B) 281.45º 0.92% 0.93% -
XYZ 32.23 15.15 82.11 -
YUV 88.53 212.36 186.11 -
System Red Green Blue C M Y K H S L
Decimal 170 18 238 0.29 0.92 0 0.07 281.45 0.87 0.5
Hex AA 12 EE 1D 5C 0 7 119 57 32
Octal 252 22 356 35 134 0 7 431 127 62
Binary 10101010 10010 11101110 11101 1011100 0 111 100011001 1010111 110010

Color Harmonies of #AA12EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12EE

Black with #AA12EE

Text Example


Text Example

White with #AA12EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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