#AB077E

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

Shades of Eggplant #AB077E

Tints of Eggplant #AB077E

Color information

#AB077E (or 0xAB077E) is unknown color: approx Eggplant. HEX triplet: AB, 07 and 7E. RGB value is (171,7,126). Sum of RGB (Red+Green+Blue) = 171+7+126=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB077E is #54F881. Grayscale: #454545. Windows color (decimal): -5568642 or 8259499. OLE color: 8259499.

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

Color convert

RGB1717126-
CMYK00.960.260.33
HSL316.46º92.13%34.9%-
HSV(B)316.46º95.91%67.06%-
XYZ20.6410.3220.64-
YUV69.6159.83200.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 7 (3.12% from 255) = 2.30%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=56.25%
G=2.30%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171712600.960.260.33316.4692.1334.9
HexAB77E0601A2113c5c23
Octal25371760140324147413443
Binary10101011111111111001100000110101000011001111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB077E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB077E; }

 p { color: rgb(171,7,126); }

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

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

 a { background-color: rgb(171,7,126); }

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

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

 span { border-color: rgb(171,7,126); }

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