#AC0775

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

Shades of Eggplant #AC0775

Tints of Eggplant #AC0775

Color information

#AC0775 (or 0xAC0775) is unknown color: approx Eggplant. HEX triplet: AC, 07 and 75. RGB value is (172,7,117). Sum of RGB (Red+Green+Blue) = 172+7+117=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0775 is #53F88A. Grayscale: #444444. Windows color (decimal): -5503115 or 7669676. OLE color: 7669676.

HSL color Cylindrical-coordinate representation of color #AC0775: hue angle of 320º 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 #AC0775 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB1727117-
CMYK00.960.320.33
HSL320º92.18%35.1%-
HSV(B)320º95.93%67.45%-
XYZ20.310.2117.73-
YUV68.88155.16201.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.11%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=58.11%
G=2.36%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172711700.960.320.3332092.1835.1
HexAC77506020211405c23
Octal25471650140404150013443
Binary101011001111110101011000001000001000011010000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0775; }

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

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

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

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

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

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

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

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