Html Css Color HEX #AC00FD Electric Purple

📋 copy color: '#AC00FD'

red 172 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #AC00FD

Tints of Electric Purple #AC00FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.53%

R = 40.47%
G = 0%
B = 59.53%

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

#AC00FD (or 0xAC00FD) is known color: Electric Purple. HEX triplet: AC, 00 and FD. RGB value is (172,0,253). Sum of RGB (Red+Green+Blue) = 172+0+253=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00FD is #53FF02. Grayscale: #4F4F4F. Windows color (decimal): -5504771 or 16580780. OLE color: 16580780.

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

Color convert

RGB 172 0 253 -
CMYK 0.32 1 0 0.01
HSL 280.79º 1% 0.5% -
HSV(B) 280.79º 1% 0.99% -
XYZ 34.74 15.86 94.16 -
YUV 80.27 225.48 193.43 -
System Red Green Blue C M Y K H S L
Decimal 172 0 253 0.32 1 0 0.01 280.79 1 0.5
Hex AC 0 FD 20 64 0 1 119 64 32
Octal 254 0 375 40 144 0 1 431 144 62
Binary 10101100 0 11111101 100000 1100100 0 1 100011001 1100100 110010

Color Harmonies of #AC00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00FD

Black with #AC00FD

Text Example


Text Example

White with #AC00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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