Html Css Color HEX #AC1CFE Electric Purple

📋 copy color: '#AC1CFE'

red 172 ◦ green 28 ◦ blue 254

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

Shades of Electric Purple #AC1CFE

Tints of Electric Purple #AC1CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.17%

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

R = 37.89%
G = 6.17%
B = 55.95%

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

#AC1CFE (or 0xAC1CFE) is known color: Electric Purple. HEX triplet: AC, 1C and FE. RGB value is (172,28,254). Sum of RGB (Red+Green+Blue) = 172+28+254=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC1CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CFE is #53E301. Grayscale: #606060. Windows color (decimal): -5497602 or 16653484. OLE color: 16653484.

HSL color Cylindrical-coordinate representation of color #AC1CFE: hue angle of 278.23º 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 #AC1CFE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 28 254 -
CMYK 0.32 0.89 0 0.00
HSL 278.23º 0.99% 0.55% -
HSV(B) 278.23º 0.89% 1% -
XYZ 35.32 16.76 95.14 -
YUV 96.82 216.71 181.62 -
System Red Green Blue C M Y K H S L
Decimal 172 28 254 0.32 0.89 0 0.00 278.23 0.99 0.55
Hex AC 1C FE 20 59 0 0 116 63 37
Octal 254 34 376 40 131 0 0 426 143 67
Binary 10101100 11100 11111110 100000 1011001 0 0 100010110 1100011 110111

Color Harmonies of #AC1CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CFE

Black with #AC1CFE

Text Example


Text Example

White with #AC1CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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