Html Css Color HEX #AC17EF Electric Purple

📋 copy color: '#AC17EF'

red 172 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #AC17EF

Tints of Electric Purple #AC17EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 39.63%
G = 5.3%
B = 55.07%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC17EF (or 0xAC17EF) is known color: Electric Purple. HEX triplet: AC, 17 and EF. RGB value is (172,23,239). Sum of RGB (Red+Green+Blue) = 172+23+239=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17EF is #53E810. Grayscale: #5B5B5B. Windows color (decimal): -5498897 or 15669164. OLE color: 15669164.

HSL color Cylindrical-coordinate representation of color #AC17EF: hue angle of 281.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC17EF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 23 239 -
CMYK 0.28 0.90 0 0.06
HSL 281.39º 0.87% 0.51% -
HSV(B) 281.39º 0.9% 0.94% -
XYZ 32.9 15.62 82.94 -
YUV 92.18 210.86 184.94 -
System Red Green Blue C M Y K H S L
Decimal 172 23 239 0.28 0.90 0 0.06 281.39 0.87 0.51
Hex AC 17 EF 1C 5A 0 6 119 57 33
Octal 254 27 357 34 132 0 6 431 127 63
Binary 10101100 10111 11101111 11100 1011010 0 110 100011001 1010111 110011

Color Harmonies of #AC17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17EF

Black with #AC17EF

Text Example


Text Example

White with #AC17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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