Html Css Color HEX #AC07FE Electric Purple

📋 copy color: '#AC07FE'

red 172 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #AC07FE

Tints of Electric Purple #AC07FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 39.72%
G = 1.62%
B = 58.66%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC07FE (or 0xAC07FE) is known color: Electric Purple. HEX triplet: AC, 07 and FE. RGB value is (172,7,254). Sum of RGB (Red+Green+Blue) = 172+7+254=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC07FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07FE is #53F801. Grayscale: #535353. Windows color (decimal): -5502978 or 16648108. OLE color: 16648108.

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

Color convert

RGB 172 7 254 -
CMYK 0.32 0.97 0 0.00
HSL 280.08º 0.99% 0.51% -
HSV(B) 280.08º 0.97% 1% -
XYZ 34.98 16.08 95.03 -
YUV 84.49 223.66 190.42 -
System Red Green Blue C M Y K H S L
Decimal 172 7 254 0.32 0.97 0 0.00 280.08 0.99 0.51
Hex AC 7 FE 20 61 0 0 118 63 33
Octal 254 7 376 40 141 0 0 430 143 63
Binary 10101100 111 11111110 100000 1100001 0 0 100011000 1100011 110011

Color Harmonies of #AC07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07FE

Black with #AC07FE

Text Example


Text Example

White with #AC07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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