#AB0B76

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

Shades of Eggplant #AB0B76

Tints of Eggplant #AB0B76

Color information

#AB0B76 (or 0xAB0B76) is unknown color: approx Eggplant. HEX triplet: AB, 0B and 76. RGB value is (171,11,118). Sum of RGB (Red+Green+Blue) = 171+11+118=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B76 is #54F489. Grayscale: #464646. Windows color (decimal): -5567626 or 7736235. OLE color: 7736235.

HSL color Cylindrical-coordinate representation of color #AB0B76: hue angle of 319.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B76 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17111118-
CMYK00.940.310.33
HSL319.88º87.91%35.69%-
HSV(B)319.88º93.57%67.06%-
XYZ20.1810.2118.05-
YUV71.04154.51199.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 11 (4.69% from 255) = 3.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=57%
G=3.67%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711111800.940.310.33319.8887.9135.69
HexABB7605E1F211405824
Octal253131660136374150013044
Binary101010111011111011001011110111111000011010000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B76; }

 p { color: rgb(171,11,118); }

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

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

 a { background-color: rgb(171,11,118); }

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

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

 span { border-color: rgb(171,11,118); }

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