Html Css Color HEX #AC1DFE Electric Purple

📋 copy color: '#AC1DFE'

red 172 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #AC1DFE

Tints of Electric Purple #AC1DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.37%

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

R = 37.8%
G = 6.37%
B = 55.82%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC1DFE (or 0xAC1DFE) is known color: Electric Purple. HEX triplet: AC, 1D and FE. RGB value is (172,29,254). Sum of RGB (Red+Green+Blue) = 172+29+254=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC1DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1DFE is #53E201. Grayscale: #606060. Windows color (decimal): -5497346 or 16653740. OLE color: 16653740.

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

Color convert

RGB 172 29 254 -
CMYK 0.32 0.89 0 0.00
HSL 278.13º 0.99% 0.55% -
HSV(B) 278.13º 0.89% 1% -
XYZ 35.34 16.81 95.15 -
YUV 97.41 216.38 181.2 -
System Red Green Blue C M Y K H S L
Decimal 172 29 254 0.32 0.89 0 0.00 278.13 0.99 0.55
Hex AC 1D FE 20 59 0 0 116 63 37
Octal 254 35 376 40 131 0 0 426 143 67
Binary 10101100 11101 11111110 100000 1011001 0 0 100010110 1100011 110111

Color Harmonies of #AC1DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DFE

Black with #AC1DFE

Text Example


Text Example

White with #AC1DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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