Html Css Color HEX #AC11EA Electric Purple

📋 copy color: '#AC11EA'

red 172 ◦ green 17 ◦ blue 234

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

Shades of Electric Purple #AC11EA

Tints of Electric Purple #AC11EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.02%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 40.66%
G = 4.02%
B = 55.32%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC11EA (or 0xAC11EA) is known color: Electric Purple. HEX triplet: AC, 11 and EA. RGB value is (172,17,234). Sum of RGB (Red+Green+Blue) = 172+17+234=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC11EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC11EA is #53EE15. Grayscale: #575757. Windows color (decimal): -5500438 or 15339948. OLE color: 15339948.

HSL color Cylindrical-coordinate representation of color #AC11EA: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11EA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 17 234 -
CMYK 0.26 0.93 0 0.08
HSL 282.86º 0.86% 0.49% -
HSV(B) 282.86º 0.93% 0.92% -
XYZ 32.06 15.11 79.07 -
YUV 88.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 172 17 234 0.26 0.93 0 0.08 282.86 0.86 0.49
Hex AC 11 EA 1A 5D 0 8 11B 56 31
Octal 254 21 352 32 135 0 10 433 126 61
Binary 10101100 10001 11101010 11010 1011101 0 1000 100011011 1010110 110001

Color Harmonies of #AC11EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11EA

Black with #AC11EA

Text Example


Text Example

White with #AC11EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11EA; }

 p { color: rgb(172,17,234); }

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

background-color css

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

 a { background-color: rgb(172,17,234); }

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

border-color css

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

 span { border-color: rgb(172,17,234); }

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