Html Css Color HEX #AC11FA Electric Purple

📋 copy color: '#AC11FA'

red 172 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #AC11FA

Tints of Electric Purple #AC11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.87%

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

R = 39.18%
G = 3.87%
B = 56.95%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC11FA (or 0xAC11FA) is known color: Electric Purple. HEX triplet: AC, 11 and FA. RGB value is (172,17,250). Sum of RGB (Red+Green+Blue) = 172+17+250=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC11FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC11FA is #53EE05. Grayscale: #595959. Windows color (decimal): -5500422 or 16388524. OLE color: 16388524.

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

Color convert

RGB 172 17 250 -
CMYK 0.31 0.93 0 0.02
HSL 279.91º 0.96% 0.52% -
HSV(B) 279.91º 0.93% 0.98% -
XYZ 34.47 16.07 91.73 -
YUV 89.91 218.35 186.55 -
System Red Green Blue C M Y K H S L
Decimal 172 17 250 0.31 0.93 0 0.02 279.91 0.96 0.52
Hex AC 11 FA 1F 5D 0 2 118 60 34
Octal 254 21 372 37 135 0 2 430 140 64
Binary 10101100 10001 11111010 11111 1011101 0 10 100011000 1100000 110100

Color Harmonies of #AC11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11FA

Black with #AC11FA

Text Example


Text Example

White with #AC11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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