Html Css Color HEX #AC19EA Electric Purple

📋 copy color: '#AC19EA'

red 172 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #AC19EA

Tints of Electric Purple #AC19EA

RGB

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

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

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

R = 39.91%
G = 5.8%
B = 54.29%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC19EA (or 0xAC19EA) is known color: Electric Purple. HEX triplet: AC, 19 and EA. RGB value is (172,25,234). Sum of RGB (Red+Green+Blue) = 172+25+234=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC19EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19EA is #53E615. Grayscale: #5C5C5C. Windows color (decimal): -5498390 or 15341996. OLE color: 15341996.

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

Color convert

RGB 172 25 234 -
CMYK 0.26 0.89 0 0.08
HSL 282.2º 0.83% 0.51% -
HSV(B) 282.2º 0.89% 0.92% -
XYZ 32.21 15.41 79.12 -
YUV 92.78 207.7 184.51 -
System Red Green Blue C M Y K H S L
Decimal 172 25 234 0.26 0.89 0 0.08 282.2 0.83 0.51
Hex AC 19 EA 1A 59 0 8 11A 53 33
Octal 254 31 352 32 131 0 10 432 123 63
Binary 10101100 11001 11101010 11010 1011001 0 1000 100011010 1010011 110011

Color Harmonies of #AC19EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19EA

Black with #AC19EA

Text Example


Text Example

White with #AC19EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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