Html Css Color HEX #AC13FE Electric Purple

📋 copy color: '#AC13FE'

red 172 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #AC13FE

Tints of Electric Purple #AC13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.27%

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

R = 38.65%
G = 4.27%
B = 57.08%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC13FE (or 0xAC13FE) is known color: Electric Purple. HEX triplet: AC, 13 and FE. RGB value is (172,19,254). Sum of RGB (Red+Green+Blue) = 172+19+254=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC13FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC13FE is #53EC01. Grayscale: #5A5A5A. Windows color (decimal): -5499906 or 16651180. OLE color: 16651180.

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

Color convert

RGB 172 19 254 -
CMYK 0.32 0.93 0 0.00
HSL 279.06º 0.99% 0.54% -
HSV(B) 279.06º 0.93% 1% -
XYZ 35.14 16.39 95.08 -
YUV 91.54 219.69 185.39 -
System Red Green Blue C M Y K H S L
Decimal 172 19 254 0.32 0.93 0 0.00 279.06 0.99 0.54
Hex AC 13 FE 20 5D 0 0 117 63 36
Octal 254 23 376 40 135 0 0 427 143 66
Binary 10101100 10011 11111110 100000 1011101 0 0 100010111 1100011 110110

Color Harmonies of #AC13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13FE

Black with #AC13FE

Text Example


Text Example

White with #AC13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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