Html Css Color HEX #AC16F6 Electric Purple

📋 copy color: '#AC16F6'

red 172 ◦ green 22 ◦ blue 246

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

Shades of Electric Purple #AC16F6

Tints of Electric Purple #AC16F6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5%

 BLUE value IS 246 (96.48% from 255) = 55.91%

R = 39.09%
G = 5%
B = 55.91%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC16F6 (or 0xAC16F6) is known color: Electric Purple. HEX triplet: AC, 16 and F6. RGB value is (172,22,246). Sum of RGB (Red+Green+Blue) = 172+22+246=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC16F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC16F6 is #53E909. Grayscale: #5B5B5B. Windows color (decimal): -5499146 or 16127660. OLE color: 16127660.

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

Color convert

RGB 172 22 246 -
CMYK 0.30 0.91 0 0.04
HSL 280.18º 0.93% 0.53% -
HSV(B) 280.18º 0.91% 0.96% -
XYZ 33.93 16 88.49 -
YUV 92.39 214.7 184.79 -
System Red Green Blue C M Y K H S L
Decimal 172 22 246 0.30 0.91 0 0.04 280.18 0.93 0.53
Hex AC 16 F6 1E 5B 0 4 118 5D 35
Octal 254 26 366 36 133 0 4 430 135 65
Binary 10101100 10110 11110110 11110 1011011 0 100 100011000 1011101 110101

Color Harmonies of #AC16F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16F6

Black with #AC16F6

Text Example


Text Example

White with #AC16F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16F6; }

 p { color: rgb(172,22,246); }

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

background-color css

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

 a { background-color: rgb(172,22,246); }

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

border-color css

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

 span { border-color: rgb(172,22,246); }

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