Html Css Color HEX #AC07EA Electric Purple

📋 copy color: '#AC07EA'

red 172 ◦ green 7 ◦ blue 234

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

Shades of Electric Purple #AC07EA

Tints of Electric Purple #AC07EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 41.65%
G = 1.69%
B = 56.66%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC07EA (or 0xAC07EA) is known color: Electric Purple. HEX triplet: AC, 07 and EA. RGB value is (172,7,234). Sum of RGB (Red+Green+Blue) = 172+7+234=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC07EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07EA is #53F815. Grayscale: #515151. Windows color (decimal): -5502998 or 15337388. OLE color: 15337388.

HSL color Cylindrical-coordinate representation of color #AC07EA: hue angle of 283.61º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07EA is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 7 234 -
CMYK 0.26 0.97 0 0.08
HSL 283.61º 0.94% 0.47% -
HSV(B) 283.61º 0.97% 0.92% -
XYZ 31.94 14.86 79.03 -
YUV 82.21 213.66 192.04 -
System Red Green Blue C M Y K H S L
Decimal 172 7 234 0.26 0.97 0 0.08 283.61 0.94 0.47
Hex AC 7 EA 1A 61 0 8 11C 5E 2F
Octal 254 7 352 32 141 0 10 434 136 57
Binary 10101100 111 11101010 11010 1100001 0 1000 100011100 1011110 101111

Color Harmonies of #AC07EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07EA

Black with #AC07EA

Text Example


Text Example

White with #AC07EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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