Html Css Color HEX #AA00EE Electric Purple

📋 copy color: '#AA00EE'

red 170 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #AA00EE

Tints of Electric Purple #AA00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA00EE (or 0xAA00EE) is known color: Electric Purple. HEX triplet: AA, 00 and EE. RGB value is (170,0,238). Sum of RGB (Red+Green+Blue) = 170+0+238=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00EE is #55FF11. Grayscale: #4D4D4D. Windows color (decimal): -5635858 or 15597738. OLE color: 15597738.

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

Color convert

RGB 170 0 238 -
CMYK 0.29 1 0 0.07
HSL 282.86º 1% 0.47% -
HSV(B) 282.86º 1% 0.93% -
XYZ 32.01 14.72 82.04 -
YUV 77.96 218.32 193.65 -
System Red Green Blue C M Y K H S L
Decimal 170 0 238 0.29 1 0 0.07 282.86 1 0.47
Hex AA 0 EE 1D 64 0 7 11B 64 2F
Octal 252 0 356 35 144 0 7 433 144 57
Binary 10101010 0 11101110 11101 1100100 0 111 100011011 1100100 101111

Color Harmonies of #AA00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00EE

Black with #AA00EE

Text Example


Text Example

White with #AA00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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