Html Css Color HEX #AC19F5 Electric Purple

📋 copy color: '#AC19F5'

red 172 ◦ green 25 ◦ blue 245

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

Shades of Electric Purple #AC19F5

Tints of Electric Purple #AC19F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.43%

R = 38.91%
G = 5.66%
B = 55.43%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC19F5 (or 0xAC19F5) is known color: Electric Purple. HEX triplet: AC, 19 and F5. RGB value is (172,25,245). Sum of RGB (Red+Green+Blue) = 172+25+245=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC19F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19F5 is #53E60A. Grayscale: #5D5D5D. Windows color (decimal): -5498379 or 16062892. OLE color: 16062892.

HSL color Cylindrical-coordinate representation of color #AC19F5: hue angle of 280.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC19F5 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 25 245 -
CMYK 0.30 0.90 0 0.04
HSL 280.09º 0.92% 0.53% -
HSV(B) 280.09º 0.9% 0.96% -
XYZ 33.84 16.06 87.7 -
YUV 94.03 213.2 183.61 -
System Red Green Blue C M Y K H S L
Decimal 172 25 245 0.30 0.90 0 0.04 280.09 0.92 0.53
Hex AC 19 F5 1E 5A 0 4 118 5C 35
Octal 254 31 365 36 132 0 4 430 134 65
Binary 10101100 11001 11110101 11110 1011010 0 100 100011000 1011100 110101

Color Harmonies of #AC19F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19F5

Black with #AC19F5

Text Example


Text Example

White with #AC19F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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