#AC077C

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

Shades of Eggplant #AC077C

Tints of Eggplant #AC077C

Color information

#AC077C (or 0xAC077C) is unknown color: approx Eggplant. HEX triplet: AC, 07 and 7C. RGB value is (172,7,124). Sum of RGB (Red+Green+Blue) = 172+7+124=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC077C is #53F883. Grayscale: #454545. Windows color (decimal): -5503108 or 8128428. OLE color: 8128428.

HSL color Cylindrical-coordinate representation of color #AC077C: hue angle of 317.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC077C is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB1727124-
CMYK00.960.280.33
HSL317.45º92.18%35.1%-
HSV(B)317.45º95.93%67.45%-
XYZ20.7310.3819.98-
YUV69.67158.66200.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 7 (3.12% from 255) = 2.31%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=56.77%
G=2.31%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172712400.960.280.33317.4592.1835.1
HexAC77C0601C2113d5c23
Octal25471740140344147513443
Binary10101100111111110001100000111001000011001111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC077C; }

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

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

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

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

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

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

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

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