#AB0076

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

Shades of Eggplant #AB0076

Tints of Eggplant #AB0076

Color information

#AB0076 (or 0xAB0076) is unknown color: approx Eggplant. HEX triplet: AB, 00 and 76. RGB value is (171,0,118). Sum of RGB (Red+Green+Blue) = 171+0+118=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0076 is #54FF89. Grayscale: #404040. Windows color (decimal): -5570442 or 7733419. OLE color: 7733419.

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

Color convert

RGB1710118-
CMYK010.310.33
HSL318.6º100%33.53%-
HSV(B)318.6º100%67.06%-
XYZ20.069.9718.01-
YUV64.58158.15203.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=59.17%
G=0%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710118010.310.33318.610033.53
HexAB0760641F2113f6422
Octal25301660144374147714442
Binary101010110111011001100100111111000011001111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0076; }

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

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

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

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

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

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

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

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