Html Css Color HEX #AC12EA Electric Purple

📋 copy color: '#AC12EA'

red 172 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #AC12EA

Tints of Electric Purple #AC12EA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.25%

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

R = 40.57%
G = 4.25%
B = 55.19%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC12EA (or 0xAC12EA) is known color: Electric Purple. HEX triplet: AC, 12 and EA. RGB value is (172,18,234). Sum of RGB (Red+Green+Blue) = 172+18+234=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC12EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC12EA is #53ED15. Grayscale: #575757. Windows color (decimal): -5500182 or 15340204. OLE color: 15340204.

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

Color convert

RGB 172 18 234 -
CMYK 0.26 0.92 0 0.08
HSL 282.78º 0.86% 0.49% -
HSV(B) 282.78º 0.92% 0.92% -
XYZ 32.08 15.14 79.07 -
YUV 88.67 210.02 187.44 -
System Red Green Blue C M Y K H S L
Decimal 172 18 234 0.26 0.92 0 0.08 282.78 0.86 0.49
Hex AC 12 EA 1A 5C 0 8 11B 56 31
Octal 254 22 352 32 134 0 10 433 126 61
Binary 10101100 10010 11101010 11010 1011100 0 1000 100011011 1010110 110001

Color Harmonies of #AC12EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12EA

Black with #AC12EA

Text Example


Text Example

White with #AC12EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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