#AB0977

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

Shades of Eggplant #AB0977

Tints of Eggplant #AB0977

Color information

#AB0977 (or 0xAB0977) is unknown color: approx Eggplant. HEX triplet: AB, 09 and 77. RGB value is (171,9,119). Sum of RGB (Red+Green+Blue) = 171+9+119=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0977 is #54F688. Grayscale: #454545. Windows color (decimal): -5568137 or 7801259. OLE color: 7801259.

HSL color Cylindrical-coordinate representation of color #AB0977: hue angle of 319.26º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0977 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB1719119-
CMYK00.950.300.33
HSL319.26º90%35.29%-
HSV(B)319.26º94.74%67.06%-
XYZ20.2210.1918.35-
YUV69.98155.67200.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 9 (3.91% from 255) = 3.01%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=57.19%
G=3.01%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171911900.950.300.33319.269035.29
HexAB97705F1E2113f5a23
Octal253111670137364147713243
Binary101010111001111011101011111111101000011001111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0977; }

 p { color: rgb(171,9,119); }

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

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

 a { background-color: rgb(171,9,119); }

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

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

 span { border-color: rgb(171,9,119); }

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