Html Css Color HEX #AC17FE Electric Purple

📋 copy color: '#AC17FE'

red 172 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #AC17FE

Tints of Electric Purple #AC17FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 38.31%
G = 5.12%
B = 56.57%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC17FE (or 0xAC17FE) is known color: Electric Purple. HEX triplet: AC, 17 and FE. RGB value is (172,23,254). Sum of RGB (Red+Green+Blue) = 172+23+254=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC17FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17FE is #53E801. Grayscale: #5D5D5D. Windows color (decimal): -5498882 or 16652204. OLE color: 16652204.

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

Color convert

RGB 172 23 254 -
CMYK 0.32 0.91 0 0.00
HSL 278.7º 0.99% 0.54% -
HSV(B) 278.7º 0.91% 1% -
XYZ 35.21 16.54 95.1 -
YUV 93.89 218.36 183.72 -
System Red Green Blue C M Y K H S L
Decimal 172 23 254 0.32 0.91 0 0.00 278.7 0.99 0.54
Hex AC 17 FE 20 5B 0 0 117 63 36
Octal 254 27 376 40 133 0 0 427 143 66
Binary 10101100 10111 11111110 100000 1011011 0 0 100010111 1100011 110110

Color Harmonies of #AC17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17FE

Black with #AC17FE

Text Example


Text Example

White with #AC17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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