Html Css Color HEX #AC19FE Electric Purple

📋 copy color: '#AC19FE'

red 172 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #AC19FE

Tints of Electric Purple #AC19FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.54%

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

R = 38.14%
G = 5.54%
B = 56.32%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC19FE (or 0xAC19FE) is known color: Electric Purple. HEX triplet: AC, 19 and FE. RGB value is (172,25,254). Sum of RGB (Red+Green+Blue) = 172+25+254=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC19FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19FE is #53E601. Grayscale: #5E5E5E. Windows color (decimal): -5498370 or 16652716. OLE color: 16652716.

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

Color convert

RGB 172 25 254 -
CMYK 0.32 0.90 0 0.00
HSL 278.52º 0.99% 0.55% -
HSV(B) 278.52º 0.9% 1% -
XYZ 35.25 16.62 95.12 -
YUV 95.06 217.7 182.88 -
System Red Green Blue C M Y K H S L
Decimal 172 25 254 0.32 0.90 0 0.00 278.52 0.99 0.55
Hex AC 19 FE 20 5A 0 0 117 63 37
Octal 254 31 376 40 132 0 0 427 143 67
Binary 10101100 11001 11111110 100000 1011010 0 0 100010111 1100011 110111

Color Harmonies of #AC19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19FE

Black with #AC19FE

Text Example


Text Example

White with #AC19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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