#AC0774

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

Shades of Eggplant #AC0774

Tints of Eggplant #AC0774

Color information

#AC0774 (or 0xAC0774) is unknown color: approx Eggplant. HEX triplet: AC, 07 and 74. RGB value is (172,7,116). Sum of RGB (Red+Green+Blue) = 172+7+116=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0774 is #53F88B. Grayscale: #444444. Windows color (decimal): -5503116 or 7604140. OLE color: 7604140.

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

Color convert

RGB1727116-
CMYK00.960.330.33
HSL320.36º92.18%35.1%-
HSV(B)320.36º95.93%67.45%-
XYZ20.2410.1817.42-
YUV68.76154.66201.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 7 (3.12% from 255) = 2.37%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=58.31%
G=2.37%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172711600.960.330.33320.3692.1835.1
HexAC77406021211405c23
Octal25471640140414150013443
Binary101011001111110100011000001000011000011010000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0774; }

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

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

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

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

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

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

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

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