Html Css Color HEX #AC07EF Electric Purple

📋 copy color: '#AC07EF'

red 172 ◦ green 7 ◦ blue 239

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

Shades of Electric Purple #AC07EF

Tints of Electric Purple #AC07EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

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

R = 41.15%
G = 1.67%
B = 57.18%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC07EF (or 0xAC07EF) is known color: Electric Purple. HEX triplet: AC, 07 and EF. RGB value is (172,7,239). Sum of RGB (Red+Green+Blue) = 172+7+239=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC07EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07EF is #53F810. Grayscale: #525252. Windows color (decimal): -5502993 or 15665068. OLE color: 15665068.

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

Color convert

RGB 172 7 239 -
CMYK 0.28 0.97 0 0.06
HSL 282.67º 0.94% 0.48% -
HSV(B) 282.67º 0.97% 0.94% -
XYZ 32.67 15.15 82.86 -
YUV 82.78 216.16 191.64 -
System Red Green Blue C M Y K H S L
Decimal 172 7 239 0.28 0.97 0 0.06 282.67 0.94 0.48
Hex AC 7 EF 1C 61 0 6 11B 5E 30
Octal 254 7 357 34 141 0 6 433 136 60
Binary 10101100 111 11101111 11100 1100001 0 110 100011011 1011110 110000

Color Harmonies of #AC07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07EF

Black with #AC07EF

Text Example


Text Example

White with #AC07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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