Html Css Color HEX #AE16EC Electric Purple

📋 copy color: '#AE16EC'

red 174 ◦ green 22 ◦ blue 236

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

Shades of Electric Purple #AE16EC

Tints of Electric Purple #AE16EC

RGB

 RED value IS 174 (68.36% from 255) = 40.28%

 GREEN value IS 22 (8.98% from 255) = 5.09%

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

R = 40.28%
G = 5.09%
B = 54.63%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE16EC (or 0xAE16EC) is known color: Electric Purple. HEX triplet: AE, 16 and EC. RGB value is (174,22,236). Sum of RGB (Red+Green+Blue) = 174+22+236=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE16EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE16EC is #51E913. Grayscale: #5B5B5B. Windows color (decimal): -5368084 or 15472302. OLE color: 15472302.

HSL color Cylindrical-coordinate representation of color #AE16EC: hue angle of 282.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE16EC is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 22 236 -
CMYK 0.26 0.91 0 0.07
HSL 282.62º 0.85% 0.51% -
HSV(B) 282.62º 0.91% 0.93% -
XYZ 32.88 15.63 80.64 -
YUV 91.84 209.36 186.6 -
System Red Green Blue C M Y K H S L
Decimal 174 22 236 0.26 0.91 0 0.07 282.62 0.85 0.51
Hex AE 16 EC 1A 5B 0 7 11B 55 33
Octal 256 26 354 32 133 0 7 433 125 63
Binary 10101110 10110 11101100 11010 1011011 0 111 100011011 1010101 110011

Color Harmonies of #AE16EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16EC

Black with #AE16EC

Text Example


Text Example

White with #AE16EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16EC; }

 p { color: rgb(174,22,236); }

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

background-color css

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

 a { background-color: rgb(174,22,236); }

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

border-color css

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

 span { border-color: rgb(174,22,236); }

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