Html Css Color HEX #AC14EE Electric Purple

📋 copy color: '#AC14EE'

red 172 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #AC14EE

Tints of Electric Purple #AC14EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 40%
G = 4.65%
B = 55.35%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC14EE (or 0xAC14EE) is known color: Electric Purple. HEX triplet: AC, 14 and EE. RGB value is (172,20,238). Sum of RGB (Red+Green+Blue) = 172+20+238=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC14EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC14EE is #53EB11. Grayscale: #595959. Windows color (decimal): -5499666 or 15602860. OLE color: 15602860.

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

Color convert

RGB 172 20 238 -
CMYK 0.28 0.92 0 0.07
HSL 281.83º 0.87% 0.51% -
HSV(B) 281.83º 0.92% 0.93% -
XYZ 32.7 15.44 82.15 -
YUV 90.3 211.36 186.27 -
System Red Green Blue C M Y K H S L
Decimal 172 20 238 0.28 0.92 0 0.07 281.83 0.87 0.51
Hex AC 14 EE 1C 5C 0 7 11A 57 33
Octal 254 24 356 34 134 0 7 432 127 63
Binary 10101100 10100 11101110 11100 1011100 0 111 100011010 1010111 110011

Color Harmonies of #AC14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14EE

Black with #AC14EE

Text Example


Text Example

White with #AC14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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