#AC057B

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

Shades of Eggplant #AC057B

Tints of Eggplant #AC057B

Color information

#AC057B (or 0xAC057B) is unknown color: approx Eggplant. HEX triplet: AC, 05 and 7B. RGB value is (172,5,123). Sum of RGB (Red+Green+Blue) = 172+5+123=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC057B is #53FA84. Grayscale: #444444. Windows color (decimal): -5503621 or 8062380. OLE color: 8062380.

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

Color convert

RGB1725123-
CMYK00.970.280.33
HSL317.6º94.35%34.71%-
HSV(B)317.6º97.09%67.45%-
XYZ20.6410.3119.64-
YUV68.39158.83201.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 123 (48.44% from 255) = 41%
R=57.33%
G=1.67%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172512300.970.280.33317.694.3534.71
HexAC57B0611C2113e5e23
Octal25451730141344147613643
Binary10101100101111101101100001111001000011001111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC057B; }

 p { color: rgb(172,5,123); }

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

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

 a { background-color: rgb(172,5,123); }

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

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

 span { border-color: rgb(172,5,123); }

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