Html Css Color HEX #AC1FFE Electric Purple

📋 copy color: '#AC1FFE'

red 172 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #AC1FFE

Tints of Electric Purple #AC1FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.78%

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

R = 37.64%
G = 6.78%
B = 55.58%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC1FFE (or 0xAC1FFE) is known color: Electric Purple. HEX triplet: AC, 1F and FE. RGB value is (172,31,254). Sum of RGB (Red+Green+Blue) = 172+31+254=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC1FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1FFE is #53E001. Grayscale: #616161. Windows color (decimal): -5496834 or 16654252. OLE color: 16654252.

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

Color convert

RGB 172 31 254 -
CMYK 0.32 0.88 0 0.00
HSL 277.94º 0.99% 0.56% -
HSV(B) 277.94º 0.88% 1% -
XYZ 35.39 16.91 95.16 -
YUV 98.58 215.71 180.37 -
System Red Green Blue C M Y K H S L
Decimal 172 31 254 0.32 0.88 0 0.00 277.94 0.99 0.56
Hex AC 1F FE 20 58 0 0 116 63 38
Octal 254 37 376 40 130 0 0 426 143 70
Binary 10101100 11111 11111110 100000 1011000 0 0 100010110 1100011 111000

Color Harmonies of #AC1FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FFE

Black with #AC1FFE

Text Example


Text Example

White with #AC1FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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