#AB017D

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

Shades of Eggplant #AB017D

Tints of Eggplant #AB017D

Color information

#AB017D (or 0xAB017D) is unknown color: approx Eggplant. HEX triplet: AB, 01 and 7D. RGB value is (171,1,125). Sum of RGB (Red+Green+Blue) = 171+1+125=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB017D is #54FE82. Grayscale: #414141. Windows color (decimal): -5570179 or 8192427. OLE color: 8192427.

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

Color convert

RGB1711125-
CMYK00.990.270.33
HSL316.24º98.84%33.73%-
HSV(B)316.24º99.42%67.06%-
XYZ20.5110.1620.28-
YUV65.97161.32202.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=57.58%
G=0.34%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171112500.990.270.33316.2498.8433.73
HexAB17D0631B2113c6322
Octal25311750143334147414342
Binary101010111111110101100011110111000011001111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB017D; }

 p { color: rgb(171,1,125); }

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

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

 a { background-color: rgb(171,1,125); }

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

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

 span { border-color: rgb(171,1,125); }

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