Html Css Color HEX #AC14EA Electric Purple

📋 copy color: '#AC14EA'

red 172 ◦ green 20 ◦ blue 234

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

Shades of Electric Purple #AC14EA

Tints of Electric Purple #AC14EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 40.38%
G = 4.69%
B = 54.93%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC14EA (or 0xAC14EA) is known color: Electric Purple. HEX triplet: AC, 14 and EA. RGB value is (172,20,234). Sum of RGB (Red+Green+Blue) = 172+20+234=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC14EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC14EA is #53EB15. Grayscale: #595959. Windows color (decimal): -5499670 or 15340716. OLE color: 15340716.

HSL color Cylindrical-coordinate representation of color #AC14EA: hue angle of 282.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC14EA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 20 234 -
CMYK 0.26 0.91 0 0.08
HSL 282.62º 0.84% 0.5% -
HSV(B) 282.62º 0.91% 0.92% -
XYZ 32.11 15.21 79.09 -
YUV 89.84 209.36 186.6 -
System Red Green Blue C M Y K H S L
Decimal 172 20 234 0.26 0.91 0 0.08 282.62 0.84 0.5
Hex AC 14 EA 1A 5B 0 8 11B 54 32
Octal 254 24 352 32 133 0 10 433 124 62
Binary 10101100 10100 11101010 11010 1011011 0 1000 100011011 1010100 110010

Color Harmonies of #AC14EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14EA

Black with #AC14EA

Text Example


Text Example

White with #AC14EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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