Html Css Color HEX #AC00FE Electric Purple

📋 copy color: '#AC00FE'

red 172 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #AC00FE

Tints of Electric Purple #AC00FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.38%
G = 0%
B = 59.62%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC00FE (or 0xAC00FE) is known color: Electric Purple. HEX triplet: AC, 00 and FE. RGB value is (172,0,254). Sum of RGB (Red+Green+Blue) = 172+0+254=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC00FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00FE is #53FF01. Grayscale: #4F4F4F. Windows color (decimal): -5504770 or 16646316. OLE color: 16646316.

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

Color convert

RGB 172 0 254 -
CMYK 0.32 1 0 0.00
HSL 280.63º 1% 0.5% -
HSV(B) 280.63º 1% 1% -
XYZ 34.9 15.93 95 -
YUV 80.38 225.98 193.35 -
System Red Green Blue C M Y K H S L
Decimal 172 0 254 0.32 1 0 0.00 280.63 1 0.5
Hex AC 0 FE 20 64 0 0 119 64 32
Octal 254 0 376 40 144 0 0 431 144 62
Binary 10101100 0 11111110 100000 1100100 0 0 100011001 1100100 110010

Color Harmonies of #AC00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00FE

Black with #AC00FE

Text Example


Text Example

White with #AC00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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