Html Css Color HEX #AC00FC Electric Purple

📋 copy color: '#AC00FC'

red 172 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #AC00FC

Tints of Electric Purple #AC00FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 40.57%
G = 0%
B = 59.43%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC00FC (or 0xAC00FC) is known color: Electric Purple. HEX triplet: AC, 00 and FC. RGB value is (172,0,252). Sum of RGB (Red+Green+Blue) = 172+0+252=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00FC is #53FF03. Grayscale: #4F4F4F. Windows color (decimal): -5504772 or 16515244. OLE color: 16515244.

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

Color convert

RGB 172 0 252 -
CMYK 0.32 1 0 0.01
HSL 280.95º 1% 0.49% -
HSV(B) 280.95º 1% 0.99% -
XYZ 34.58 15.8 93.32 -
YUV 80.16 224.98 193.51 -
System Red Green Blue C M Y K H S L
Decimal 172 0 252 0.32 1 0 0.01 280.95 1 0.49
Hex AC 0 FC 20 64 0 1 119 64 31
Octal 254 0 374 40 144 0 1 431 144 61
Binary 10101100 0 11111100 100000 1100100 0 1 100011001 1100100 110001

Color Harmonies of #AC00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00FC

Black with #AC00FC

Text Example


Text Example

White with #AC00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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