Html Css Color HEX #AE06EC Electric Purple

📋 copy color: '#AE06EC'

red 174 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #AE06EC

Tints of Electric Purple #AE06EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

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

R = 41.83%
G = 1.44%
B = 56.73%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE06EC (or 0xAE06EC) is known color: Electric Purple. HEX triplet: AE, 06 and EC. RGB value is (174,6,236). Sum of RGB (Red+Green+Blue) = 174+6+236=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE06EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE06EC is #51F913. Grayscale: #515151. Windows color (decimal): -5372180 or 15468206. OLE color: 15468206.

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

Color convert

RGB 174 6 236 -
CMYK 0.26 0.97 0 0.07
HSL 283.83º 0.95% 0.47% -
HSV(B) 283.83º 0.97% 0.93% -
XYZ 32.66 15.19 80.57 -
YUV 82.45 214.66 193.3 -
System Red Green Blue C M Y K H S L
Decimal 174 6 236 0.26 0.97 0 0.07 283.83 0.95 0.47
Hex AE 6 EC 1A 61 0 7 11C 5F 2F
Octal 256 6 354 32 141 0 7 434 137 57
Binary 10101110 110 11101100 11010 1100001 0 111 100011100 1011111 101111

Color Harmonies of #AE06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE06EC

Black with #AE06EC

Text Example


Text Example

White with #AE06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE06EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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