#AB0A76

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

Shades of Eggplant #AB0A76

Tints of Eggplant #AB0A76

Color information

#AB0A76 (or 0xAB0A76) is unknown color: approx Eggplant. HEX triplet: AB, 0A and 76. RGB value is (171,10,118). Sum of RGB (Red+Green+Blue) = 171+10+118=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A76 is #54F589. Grayscale: #464646. Windows color (decimal): -5567882 or 7735979. OLE color: 7735979.

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

Color convert

RGB17110118-
CMYK00.940.310.33
HSL319.75º88.95%35.49%-
HSV(B)319.75º94.15%67.06%-
XYZ20.1710.1818.04-
YUV70.45154.84199.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=57.19%
G=3.34%
B=39.46%

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
Decimal1711011800.940.310.33319.7588.9535.49
HexABA7605E1F211405923
Octal253121660136374150013143
Binary101010111010111011001011110111111000011010000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A76; }

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

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

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

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

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

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

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

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