Html Css Color HEX #AC19FC Electric Purple

📋 copy color: '#AC19FC'

red 172 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #AC19FC

Tints of Electric Purple #AC19FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 38.31%
G = 5.57%
B = 56.12%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC19FC (or 0xAC19FC) is known color: Electric Purple. HEX triplet: AC, 19 and FC. RGB value is (172,25,252). Sum of RGB (Red+Green+Blue) = 172+25+252=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC19FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19FC is #53E603. Grayscale: #5E5E5E. Windows color (decimal): -5498372 or 16521644. OLE color: 16521644.

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

Color convert

RGB 172 25 252 -
CMYK 0.32 0.90 0 0.01
HSL 278.85º 0.97% 0.54% -
HSV(B) 278.85º 0.9% 0.99% -
XYZ 34.93 16.49 93.44 -
YUV 94.83 216.7 183.04 -
System Red Green Blue C M Y K H S L
Decimal 172 25 252 0.32 0.90 0 0.01 278.85 0.97 0.54
Hex AC 19 FC 20 5A 0 1 117 61 36
Octal 254 31 374 40 132 0 1 427 141 66
Binary 10101100 11001 11111100 100000 1011010 0 1 100010111 1100001 110110

Color Harmonies of #AC19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19FC

Black with #AC19FC

Text Example


Text Example

White with #AC19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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