Html Css Color HEX #AA0EEC Electric Purple

📋 copy color: '#AA0EEC'

red 170 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #AA0EEC

Tints of Electric Purple #AA0EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 40.48%
G = 3.33%
B = 56.19%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA0EEC (or 0xAA0EEC) is known color: Electric Purple. HEX triplet: AA, 0E and EC. RGB value is (170,14,236). Sum of RGB (Red+Green+Blue) = 170+14+236=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA0EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EEC is #55F113. Grayscale: #555555. Windows color (decimal): -5632276 or 15470250. OLE color: 15470250.

HSL color Cylindrical-coordinate representation of color #AA0EEC: hue angle of 282.16º 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 #AA0EEC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 14 236 -
CMYK 0.28 0.94 0 0.07
HSL 282.16º 0.89% 0.49% -
HSV(B) 282.16º 0.94% 0.93% -
XYZ 31.87 14.92 80.56 -
YUV 85.95 212.68 187.95 -
System Red Green Blue C M Y K H S L
Decimal 170 14 236 0.28 0.94 0 0.07 282.16 0.89 0.49
Hex AA E EC 1C 5E 0 7 11A 59 31
Octal 252 16 354 34 136 0 7 432 131 61
Binary 10101010 1110 11101100 11100 1011110 0 111 100011010 1011001 110001

Color Harmonies of #AA0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EEC

Black with #AA0EEC

Text Example


Text Example

White with #AA0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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