#AB047B

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

Shades of Eggplant #AB047B

Tints of Eggplant #AB047B

Color information

#AB047B (or 0xAB047B) is unknown color: approx Eggplant. HEX triplet: AB, 04 and 7B. RGB value is (171,4,123). Sum of RGB (Red+Green+Blue) = 171+4+123=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047B is #54FB84. Grayscale: #434343. Windows color (decimal): -5569413 or 8062123. OLE color: 8062123.

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

Color convert

RGB1714123-
CMYK00.980.280.33
HSL317.25º95.43%34.31%-
HSV(B)317.25º97.66%67.06%-
XYZ20.4110.1719.63-
YUV67.5159.33201.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=57.38%
G=1.34%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171412300.980.280.33317.2595.4334.31
HexAB47B0621C2113d5f22
Octal25341730142344147513742
Binary10101011100111101101100010111001000011001111011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB047B; }

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

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

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

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

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

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

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

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