Html Css Color HEX #AC17FF Electric Purple

📋 copy color: '#AC17FF'

red 172 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #AC17FF

Tints of Electric Purple #AC17FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 38.22%
G = 5.11%
B = 56.67%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC17FF (or 0xAC17FF) is known color: Electric Purple. HEX triplet: AC, 17 and FF. RGB value is (172,23,255). Sum of RGB (Red+Green+Blue) = 172+23+255=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17FF is #53E800. Grayscale: #5D5D5D. Windows color (decimal): -5498881 or 16717740. OLE color: 16717740.

HSL color Cylindrical-coordinate representation of color #AC17FF: hue angle of 278.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC17FF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 23 255 -
CMYK 0.33 0.91 0 0
HSL 278.53º 1% 0.55% -
HSV(B) 278.53º 0.91% 1% -
XYZ 35.37 16.6 95.95 -
YUV 94 218.86 183.64 -
System Red Green Blue C M Y K H S L
Decimal 172 23 255 0.33 0.91 0 0 278.53 1 0.55
Hex AC 17 FF 21 5B 0 0 117 64 37
Octal 254 27 377 41 133 0 0 427 144 67
Binary 10101100 10111 11111111 100001 1011011 0 0 100010111 1100100 110111

Color Harmonies of #AC17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17FF

Black with #AC17FF

Text Example


Text Example

White with #AC17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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