Html Css Color HEX #AA18EE Electric Purple

📋 copy color: '#AA18EE'

red 170 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #AA18EE

Tints of Electric Purple #AA18EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.56%

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

R = 39.35%
G = 5.56%
B = 55.09%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA18EE (or 0xAA18EE) is known color: Electric Purple. HEX triplet: AA, 18 and EE. RGB value is (170,24,238). Sum of RGB (Red+Green+Blue) = 170+24+238=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA18EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18EE is #55E711. Grayscale: #5B5B5B. Windows color (decimal): -5629714 or 15603882. OLE color: 15603882.

HSL color Cylindrical-coordinate representation of color #AA18EE: hue angle of 280.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA18EE is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 24 238 -
CMYK 0.29 0.90 0 0.07
HSL 280.93º 0.86% 0.51% -
HSV(B) 280.93º 0.9% 0.93% -
XYZ 32.34 15.37 82.15 -
YUV 92.05 210.37 183.6 -
System Red Green Blue C M Y K H S L
Decimal 170 24 238 0.29 0.90 0 0.07 280.93 0.86 0.51
Hex AA 18 EE 1D 5A 0 7 119 56 33
Octal 252 30 356 35 132 0 7 431 126 63
Binary 10101010 11000 11101110 11101 1011010 0 111 100011001 1010110 110011

Color Harmonies of #AA18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18EE

Black with #AA18EE

Text Example


Text Example

White with #AA18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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