Html Css Color HEX #AC17FA Electric Purple

📋 copy color: '#AC17FA'

red 172 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #AC17FA

Tints of Electric Purple #AC17FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.17%

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

R = 38.65%
G = 5.17%
B = 56.18%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC17FA (or 0xAC17FA) is known color: Electric Purple. HEX triplet: AC, 17 and FA. RGB value is (172,23,250). Sum of RGB (Red+Green+Blue) = 172+23+250=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC17FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17FA is #53E805. Grayscale: #5C5C5C. Windows color (decimal): -5498886 or 16390060. OLE color: 16390060.

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

Color convert

RGB 172 23 250 -
CMYK 0.31 0.91 0 0.02
HSL 279.38º 0.96% 0.54% -
HSV(B) 279.38º 0.91% 0.98% -
XYZ 34.57 16.29 91.76 -
YUV 93.43 216.36 184.04 -
System Red Green Blue C M Y K H S L
Decimal 172 23 250 0.31 0.91 0 0.02 279.38 0.96 0.54
Hex AC 17 FA 1F 5B 0 2 117 60 36
Octal 254 27 372 37 133 0 2 427 140 66
Binary 10101100 10111 11111010 11111 1011011 0 10 100010111 1100000 110110

Color Harmonies of #AC17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17FA

Black with #AC17FA

Text Example


Text Example

White with #AC17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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