Html Css Color HEX #AC19EF Electric Purple

📋 copy color: '#AC19EF'

red 172 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #AC19EF

Tints of Electric Purple #AC19EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 39.45%
G = 5.73%
B = 54.82%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC19EF (or 0xAC19EF) is known color: Electric Purple. HEX triplet: AC, 19 and EF. RGB value is (172,25,239). Sum of RGB (Red+Green+Blue) = 172+25+239=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC19EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19EF is #53E610. Grayscale: #5C5C5C. Windows color (decimal): -5498385 or 15669676. OLE color: 15669676.

HSL color Cylindrical-coordinate representation of color #AC19EF: hue angle of 281.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC19EF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 25 239 -
CMYK 0.28 0.90 0 0.06
HSL 281.22º 0.87% 0.52% -
HSV(B) 281.22º 0.9% 0.94% -
XYZ 32.94 15.7 82.96 -
YUV 93.35 210.2 184.1 -
System Red Green Blue C M Y K H S L
Decimal 172 25 239 0.28 0.90 0 0.06 281.22 0.87 0.52
Hex AC 19 EF 1C 5A 0 6 119 57 34
Octal 254 31 357 34 132 0 6 431 127 64
Binary 10101100 11001 11101111 11100 1011010 0 110 100011001 1010111 110100

Color Harmonies of #AC19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19EF

Black with #AC19EF

Text Example


Text Example

White with #AC19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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