Html Css Color HEX #AC12FF Electric Purple

📋 copy color: '#AC12FF'

red 172 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #AC12FF

Tints of Electric Purple #AC12FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 38.65%
G = 4.04%
B = 57.3%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC12FF (or 0xAC12FF) is known color: Electric Purple. HEX triplet: AC, 12 and FF. RGB value is (172,18,255). Sum of RGB (Red+Green+Blue) = 172+18+255=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC12FF is #53ED00. Grayscale: #5A5A5A. Windows color (decimal): -5500161 or 16716460. OLE color: 16716460.

HSL color Cylindrical-coordinate representation of color #AC12FF: hue angle of 278.99º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC12FF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 18 255 -
CMYK 0.33 0.93 0 0
HSL 278.99º 1% 0.54% -
HSV(B) 278.99º 0.93% 1% -
XYZ 35.28 16.42 95.92 -
YUV 91.06 220.52 185.73 -
System Red Green Blue C M Y K H S L
Decimal 172 18 255 0.33 0.93 0 0 278.99 1 0.54
Hex AC 12 FF 21 5D 0 0 117 64 36
Octal 254 22 377 41 135 0 0 427 144 66
Binary 10101100 10010 11111111 100001 1011101 0 0 100010111 1100100 110110

Color Harmonies of #AC12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12FF

Black with #AC12FF

Text Example


Text Example

White with #AC12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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