Html Css Color HEX #AC00F0 Electric Purple

📋 copy color: '#AC00F0'

red 172 ◦ green 0 ◦ blue 240

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

Shades of Electric Purple #AC00F0

Tints of Electric Purple #AC00F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.25%

R = 41.75%
G = 0%
B = 58.25%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC00F0 (or 0xAC00F0) is known color: Electric Purple. HEX triplet: AC, 00 and F0. RGB value is (172,0,240). Sum of RGB (Red+Green+Blue) = 172+0+240=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC00F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00F0 is #53FF0F. Grayscale: #4E4E4E. Windows color (decimal): -5504784 or 15728812. OLE color: 15728812.

HSL color Cylindrical-coordinate representation of color #AC00F0: hue angle of 283º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00F0 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 0 240 -
CMYK 0.28 1 0 0.06
HSL 283º 1% 0.47% -
HSV(B) 283º 1% 0.94% -
XYZ 32.74 15.06 83.62 -
YUV 78.79 218.98 194.49 -
System Red Green Blue C M Y K H S L
Decimal 172 0 240 0.28 1 0 0.06 283 1 0.47
Hex AC 0 F0 1C 64 0 6 11B 64 2F
Octal 254 0 360 34 144 0 6 433 144 57
Binary 10101100 0 11110000 11100 1100100 0 110 100011011 1100100 101111

Color Harmonies of #AC00F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00F0

Black with #AC00F0

Text Example


Text Example

White with #AC00F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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