#AB047E

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

Shades of Eggplant #AB047E

Tints of Eggplant #AB047E

Color information

#AB047E (or 0xAB047E) is unknown color: approx Eggplant. HEX triplet: AB, 04 and 7E. RGB value is (171,4,126). Sum of RGB (Red+Green+Blue) = 171+4+126=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047E is #54FB81. Grayscale: #434343. Windows color (decimal): -5569410 or 8258731. OLE color: 8258731.

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

Color convert

RGB1714126-
CMYK00.980.260.33
HSL316.17º95.43%34.31%-
HSV(B)316.17º97.66%67.06%-
XYZ20.610.2520.63-
YUV67.84160.83201.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 4 (1.95% from 255) = 1.33%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=56.81%
G=1.33%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171412600.980.260.33316.1795.4334.31
HexAB47E0621A2113c5f22
Octal25341760142324147413742
Binary10101011100111111001100010110101000011001111001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB047E; }

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

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

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

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

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

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

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

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