Html Css Color HEX #AC07FF Electric Purple

📋 copy color: '#AC07FF'

red 172 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #AC07FF

Tints of Electric Purple #AC07FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 39.63%
G = 1.61%
B = 58.76%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC07FF (or 0xAC07FF) is known color: Electric Purple. HEX triplet: AC, 07 and FF. RGB value is (172,7,255). Sum of RGB (Red+Green+Blue) = 172+7+255=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07FF is #53F800. Grayscale: #535353. Windows color (decimal): -5502977 or 16713644. OLE color: 16713644.

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

Color convert

RGB 172 7 255 -
CMYK 0.33 0.97 0 0
HSL 279.92º 1% 0.51% -
HSV(B) 279.92º 0.97% 1% -
XYZ 35.14 16.14 95.87 -
YUV 84.61 224.16 190.33 -
System Red Green Blue C M Y K H S L
Decimal 172 7 255 0.33 0.97 0 0 279.92 1 0.51
Hex AC 7 FF 21 61 0 0 118 64 33
Octal 254 7 377 41 141 0 0 430 144 63
Binary 10101100 111 11111111 100001 1100001 0 0 100011000 1100100 110011

Color Harmonies of #AC07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07FF

Black with #AC07FF

Text Example


Text Example

White with #AC07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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