Html Css Color HEX #AC14FA Electric Purple

📋 copy color: '#AC14FA'

red 172 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #AC14FA

Tints of Electric Purple #AC14FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 38.91%
G = 4.52%
B = 56.56%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC14FA (or 0xAC14FA) is known color: Electric Purple. HEX triplet: AC, 14 and FA. RGB value is (172,20,250). Sum of RGB (Red+Green+Blue) = 172+20+250=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC14FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC14FA is #53EB05. Grayscale: #5A5A5A. Windows color (decimal): -5499654 or 16389292. OLE color: 16389292.

HSL color Cylindrical-coordinate representation of color #AC14FA: hue angle of 279.65º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC14FA is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 20 250 -
CMYK 0.31 0.92 0 0.02
HSL 279.65º 0.96% 0.53% -
HSV(B) 279.65º 0.92% 0.98% -
XYZ 34.52 16.17 91.74 -
YUV 91.67 217.36 185.3 -
System Red Green Blue C M Y K H S L
Decimal 172 20 250 0.31 0.92 0 0.02 279.65 0.96 0.53
Hex AC 14 FA 1F 5C 0 2 118 60 35
Octal 254 24 372 37 134 0 2 430 140 65
Binary 10101100 10100 11111010 11111 1011100 0 10 100011000 1100000 110101

Color Harmonies of #AC14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14FA

Black with #AC14FA

Text Example


Text Example

White with #AC14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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