Html Css Color HEX #AA14EC Electric Purple

📋 copy color: '#AA14EC'

red 170 ◦ green 20 ◦ blue 236

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

Shades of Electric Purple #AA14EC

Tints of Electric Purple #AA14EC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.69%

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

R = 39.91%
G = 4.69%
B = 55.4%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA14EC (or 0xAA14EC) is known color: Electric Purple. HEX triplet: AA, 14 and EC. RGB value is (170,20,236). Sum of RGB (Red+Green+Blue) = 170+20+236=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA14EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14EC is #55EB13. Grayscale: #585858. Windows color (decimal): -5630740 or 15471786. OLE color: 15471786.

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

Color convert

RGB 170 20 236 -
CMYK 0.28 0.92 0 0.07
HSL 281.67º 0.85% 0.5% -
HSV(B) 281.67º 0.92% 0.93% -
XYZ 31.97 15.1 80.59 -
YUV 89.47 210.7 185.44 -
System Red Green Blue C M Y K H S L
Decimal 170 20 236 0.28 0.92 0 0.07 281.67 0.85 0.5
Hex AA 14 EC 1C 5C 0 7 11A 55 32
Octal 252 24 354 34 134 0 7 432 125 62
Binary 10101010 10100 11101100 11100 1011100 0 111 100011010 1010101 110010

Color Harmonies of #AA14EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14EC

Black with #AA14EC

Text Example


Text Example

White with #AA14EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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