Html Css Color HEX #AC14EF Electric Purple

📋 copy color: '#AC14EF'

red 172 ◦ green 20 ◦ blue 239

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

Shades of Electric Purple #AC14EF

Tints of Electric Purple #AC14EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.64%

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

R = 39.91%
G = 4.64%
B = 55.45%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC14EF (or 0xAC14EF) is known color: Electric Purple. HEX triplet: AC, 14 and EF. RGB value is (172,20,239). Sum of RGB (Red+Green+Blue) = 172+20+239=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC14EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC14EF is #53EB10. Grayscale: #595959. Windows color (decimal): -5499665 or 15668396. OLE color: 15668396.

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

Color convert

RGB 172 20 239 -
CMYK 0.28 0.92 0 0.06
HSL 281.64º 0.87% 0.51% -
HSV(B) 281.64º 0.92% 0.94% -
XYZ 32.84 15.5 82.92 -
YUV 90.41 211.86 186.19 -
System Red Green Blue C M Y K H S L
Decimal 172 20 239 0.28 0.92 0 0.06 281.64 0.87 0.51
Hex AC 14 EF 1C 5C 0 6 11A 57 33
Octal 254 24 357 34 134 0 6 432 127 63
Binary 10101100 10100 11101111 11100 1011100 0 110 100011010 1010111 110011

Color Harmonies of #AC14EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14EF

Black with #AC14EF

Text Example


Text Example

White with #AC14EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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