Html Css Color HEX #AC16EF Electric Purple

📋 copy color: '#AC16EF'

red 172 ◦ green 22 ◦ blue 239

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

Shades of Electric Purple #AC16EF

Tints of Electric Purple #AC16EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 39.72%
G = 5.08%
B = 55.2%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC16EF (or 0xAC16EF) is known color: Electric Purple. HEX triplet: AC, 16 and EF. RGB value is (172,22,239). Sum of RGB (Red+Green+Blue) = 172+22+239=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC16EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC16EF is #53E910. Grayscale: #5A5A5A. Windows color (decimal): -5499153 or 15668908. OLE color: 15668908.

HSL color Cylindrical-coordinate representation of color #AC16EF: hue angle of 281.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC16EF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 22 239 -
CMYK 0.28 0.91 0 0.06
HSL 281.47º 0.87% 0.51% -
HSV(B) 281.47º 0.91% 0.94% -
XYZ 32.88 15.58 82.93 -
YUV 91.59 211.2 185.36 -
System Red Green Blue C M Y K H S L
Decimal 172 22 239 0.28 0.91 0 0.06 281.47 0.87 0.51
Hex AC 16 EF 1C 5B 0 6 119 57 33
Octal 254 26 357 34 133 0 6 431 127 63
Binary 10101100 10110 11101111 11100 1011011 0 110 100011001 1010111 110011

Color Harmonies of #AC16EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16EF

Black with #AC16EF

Text Example


Text Example

White with #AC16EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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