#AC06E7

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

Shades of Electric Purple #AC06E7

Tints of Electric Purple #AC06E7

Color information

#AC06E7 (or 0xAC06E7) is unknown color: approx Electric Purple. HEX triplet: AC, 06 and E7. RGB value is (172,6,231). Sum of RGB (Red+Green+Blue) = 172+6+231=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC06E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC06E7 is #53F918. Grayscale: #505050. Windows color (decimal): -5503257 or 15140524. OLE color: 15140524.

HSL color Cylindrical-coordinate representation of color #AC06E7: hue angle of 284.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC06E7 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1726231-
CMYK0.260.9700.09
HSL284.27º94.94%46.47%-
HSV(B)284.27º97.4%90.59%-
XYZ31.514.6776.77-
YUV81.28212.5192.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 231 (90.62% from 255) = 56.48%
R=42.05%
G=1.47%
B=56.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17262310.260.9700.09284.2794.9446.47
HexAC6E71A610911c5f2e
Octal25463473214101143413756
Binary1010110011011100111110101100001010011000111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC06E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC06E7; }

 p { color: rgb(172,6,231); }

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

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

 a { background-color: rgb(172,6,231); }

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

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

 span { border-color: rgb(172,6,231); }

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