Html Css Color HEX #AC19ED Electric Purple

📋 copy color: '#AC19ED'

red 172 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #AC19ED

Tints of Electric Purple #AC19ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 39.63%
G = 5.76%
B = 54.61%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC19ED (or 0xAC19ED) is known color: Electric Purple. HEX triplet: AC, 19 and ED. RGB value is (172,25,237). Sum of RGB (Red+Green+Blue) = 172+25+237=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC19ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19ED is #53E612. Grayscale: #5C5C5C. Windows color (decimal): -5498387 or 15538604. OLE color: 15538604.

HSL color Cylindrical-coordinate representation of color #AC19ED: hue angle of 281.6º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC19ED is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 25 237 -
CMYK 0.27 0.89 0 0.07
HSL 281.6º 0.85% 0.51% -
HSV(B) 281.6º 0.89% 0.93% -
XYZ 32.65 15.58 81.41 -
YUV 93.12 209.2 184.26 -
System Red Green Blue C M Y K H S L
Decimal 172 25 237 0.27 0.89 0 0.07 281.6 0.85 0.51
Hex AC 19 ED 1B 59 0 7 11A 55 33
Octal 254 31 355 33 131 0 7 432 125 63
Binary 10101100 11001 11101101 11011 1011001 0 111 100011010 1010101 110011

Color Harmonies of #AC19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19ED

Black with #AC19ED

Text Example


Text Example

White with #AC19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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