Html Css Color HEX #AC12FE Electric Purple

📋 copy color: '#AC12FE'

red 172 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #AC12FE

Tints of Electric Purple #AC12FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 38.74%
G = 4.05%
B = 57.21%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC12FE (or 0xAC12FE) is known color: Electric Purple. HEX triplet: AC, 12 and FE. RGB value is (172,18,254). Sum of RGB (Red+Green+Blue) = 172+18+254=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC12FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC12FE is #53ED01. Grayscale: #5A5A5A. Windows color (decimal): -5500162 or 16650924. OLE color: 16650924.

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

Color convert

RGB 172 18 254 -
CMYK 0.32 0.93 0 0.00
HSL 279.15º 0.99% 0.53% -
HSV(B) 279.15º 0.93% 1% -
XYZ 35.12 16.36 95.07 -
YUV 90.95 220.02 185.81 -
System Red Green Blue C M Y K H S L
Decimal 172 18 254 0.32 0.93 0 0.00 279.15 0.99 0.53
Hex AC 12 FE 20 5D 0 0 117 63 35
Octal 254 22 376 40 135 0 0 427 143 65
Binary 10101100 10010 11111110 100000 1011101 0 0 100010111 1100011 110101

Color Harmonies of #AC12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12FE

Black with #AC12FE

Text Example


Text Example

White with #AC12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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