#AC10F7

Color #AC10F7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AC10F7

Tints of Electric Purple #AC10F7

Color information

#AC10F7 (or 0xAC10F7) is unknown color: approx Electric Purple. HEX triplet: AC, 10 and F7. RGB value is (172,16,247). Sum of RGB (Red+Green+Blue) = 172+16+247=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC10F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC10F7 is #53EF08. Grayscale: #585858. Windows color (decimal): -5500681 or 16191660. OLE color: 16191660.

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

Color convert

RGB17216247-
CMYK0.300.9400.03
HSL280.52º93.52%51.57%-
HSV(B)280.52º93.52%96.86%-
XYZ33.9915.8689.27-
YUV88.98217.18187.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 16 (6.64% from 255) = 3.68%
BLUE value IS 247 (96.88% from 255) = 56.78%
R=39.54%
G=3.68%
B=56.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172162470.300.9400.03280.5293.5251.57
HexAC10F71E5E031195e34
Octal25420367361360343113664
Binary1010110010000111101111111010111100111000110011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC10F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC10F7; }

 p { color: rgb(172,16,247); }

 H1.HeaderClassName
 {
   color: #AC10F7;
 }
 .AnyTagClassName
 {
   color: #AC10F7;
 }
</style>
background-color css

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

 a { background-color: rgb(172,16,247); }

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

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

 span { border-color: rgb(172,16,247); }

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