Html Css Color HEX #AC01EF Electric Purple

📋 copy color: '#AC01EF'

red 172 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #AC01EF

Tints of Electric Purple #AC01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 239 (93.75% from 255) = 58.01%

R = 41.75%
G = 0.24%
B = 58.01%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC01EF (or 0xAC01EF) is known color: Electric Purple. HEX triplet: AC, 01 and EF. RGB value is (172,1,239). Sum of RGB (Red+Green+Blue) = 172+1+239=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC01EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC01EF is #53FE10. Grayscale: #4E4E4E. Windows color (decimal): -5504529 or 15663532. OLE color: 15663532.

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

Color convert

RGB 172 1 239 -
CMYK 0.28 1.00 0 0.06
HSL 283.11º 0.99% 0.47% -
HSV(B) 283.11º 1% 0.94% -
XYZ 32.6 15.02 82.84 -
YUV 79.26 218.15 194.15 -
System Red Green Blue C M Y K H S L
Decimal 172 1 239 0.28 1.00 0 0.06 283.11 0.99 0.47
Hex AC 1 EF 1C 64 0 6 11B 63 2F
Octal 254 1 357 34 144 0 6 433 143 57
Binary 10101100 1 11101111 11100 1100100 0 110 100011011 1100011 101111

Color Harmonies of #AC01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01EF

Black with #AC01EF

Text Example


Text Example

White with #AC01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01EF; }

 p { color: rgb(172,1,239); }

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

background-color css

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

 a { background-color: rgb(172,1,239); }

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

border-color css

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

 span { border-color: rgb(172,1,239); }

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