#AC037A

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

Shades of Eggplant #AC037A

Tints of Eggplant #AC037A

Color information

#AC037A (or 0xAC037A) is unknown color: approx Eggplant. HEX triplet: AC, 03 and 7A. RGB value is (172,3,122). Sum of RGB (Red+Green+Blue) = 172+3+122=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC037A is #53FC85. Grayscale: #424242. Windows color (decimal): -5504134 or 7996332. OLE color: 7996332.

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

Color convert

RGB1723122-
CMYK00.980.290.33
HSL317.75º96.57%34.31%-
HSV(B)317.75º98.26%67.45%-
XYZ20.5610.2419.31-
YUV67.1158.99202.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.91%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=57.91%
G=1.01%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172312200.980.290.33317.7596.5734.31
HexAC37A0621D2113e6122
Octal25431720142354147614142
Binary1010110011111101001100010111011000011001111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC037A; }

 p { color: rgb(172,3,122); }

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

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

 a { background-color: rgb(172,3,122); }

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

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

 span { border-color: rgb(172,3,122); }

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