Html Css Color HEX #AC10EC Electric Purple

📋 copy color: '#AC10EC'

red 172 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #AC10EC

Tints of Electric Purple #AC10EC

RGB

 RED value IS 172 (67.58% from 255) = 40.57%

 GREEN value IS 16 (6.64% from 255) = 3.77%

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

R = 40.57%
G = 3.77%
B = 55.66%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC10EC (or 0xAC10EC) is known color: Electric Purple. HEX triplet: AC, 10 and EC. RGB value is (172,16,236). Sum of RGB (Red+Green+Blue) = 172+16+236=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC10EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC10EC is #53EF13. Grayscale: #575757. Windows color (decimal): -5500692 or 15470764. OLE color: 15470764.

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

Color convert

RGB 172 16 236 -
CMYK 0.27 0.93 0 0.07
HSL 282.55º 0.87% 0.49% -
HSV(B) 282.55º 0.93% 0.93% -
XYZ 32.34 15.2 80.59 -
YUV 87.72 211.68 188.11 -
System Red Green Blue C M Y K H S L
Decimal 172 16 236 0.27 0.93 0 0.07 282.55 0.87 0.49
Hex AC 10 EC 1B 5D 0 7 11B 57 31
Octal 254 20 354 33 135 0 7 433 127 61
Binary 10101100 10000 11101100 11011 1011101 0 111 100011011 1010111 110001

Color Harmonies of #AC10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10EC

Black with #AC10EC

Text Example


Text Example

White with #AC10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10EC; }

 p { color: rgb(172,16,236); }

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

background-color css

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

 a { background-color: rgb(172,16,236); }

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

border-color css

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

 span { border-color: rgb(172,16,236); }

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