#AB047C

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

Shades of Eggplant #AB047C

Tints of Eggplant #AB047C

Color information

#AB047C (or 0xAB047C) is unknown color: approx Eggplant. HEX triplet: AB, 04 and 7C. RGB value is (171,4,124). Sum of RGB (Red+Green+Blue) = 171+4+124=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047C is #54FB83. Grayscale: #434343. Windows color (decimal): -5569412 or 8127659. OLE color: 8127659.

HSL color Cylindrical-coordinate representation of color #AB047C: hue angle of 316.89º degrees, saturation: 0.95, 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 #AB047C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB1714124-
CMYK00.980.270.33
HSL316.89º95.43%34.31%-
HSV(B)316.89º97.66%67.06%-
XYZ20.4810.219.96-
YUV67.61159.83201.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=57.19%
G=1.34%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171412400.980.270.33316.8995.4334.31
HexAB47C0621B2113d5f22
Octal25341740142334147513742
Binary10101011100111110001100010110111000011001111011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB047C; }

 p { color: rgb(171,4,124); }

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

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

 a { background-color: rgb(171,4,124); }

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

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

 span { border-color: rgb(171,4,124); }

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