Html Css Color HEX #AA0EEE Electric Purple

📋 copy color: '#AA0EEE'

red 170 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #AA0EEE

Tints of Electric Purple #AA0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

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

R = 40.28%
G = 3.32%
B = 56.4%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA0EEE (or 0xAA0EEE) is known color: Electric Purple. HEX triplet: AA, 0E and EE. RGB value is (170,14,238). Sum of RGB (Red+Green+Blue) = 170+14+238=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA0EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EEE is #55F111. Grayscale: #555555. Windows color (decimal): -5632274 or 15601322. OLE color: 15601322.

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

Color convert

RGB 170 14 238 -
CMYK 0.29 0.94 0 0.07
HSL 281.79º 0.89% 0.49% -
HSV(B) 281.79º 0.94% 0.93% -
XYZ 32.17 15.03 82.1 -
YUV 86.18 213.68 187.79 -
System Red Green Blue C M Y K H S L
Decimal 170 14 238 0.29 0.94 0 0.07 281.79 0.89 0.49
Hex AA E EE 1D 5E 0 7 11A 59 31
Octal 252 16 356 35 136 0 7 432 131 61
Binary 10101010 1110 11101110 11101 1011110 0 111 100011010 1011001 110001

Color Harmonies of #AA0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EEE

Black with #AA0EEE

Text Example


Text Example

White with #AA0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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