#A01172

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

Shades of Eggplant #A01172

Tints of Eggplant #A01172

Color information

#A01172 (or 0xA01172) is unknown color: approx Eggplant. HEX triplet: A0, 11 and 72. RGB value is (160,17,114). Sum of RGB (Red+Green+Blue) = 160+17+114=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A01172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01172 is #5FEE8D. Grayscale: #464646. Windows color (decimal): -6286990 or 7475616. OLE color: 7475616.

HSL color Cylindrical-coordinate representation of color #A01172: hue angle of 319.3º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01172 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16017114-
CMYK00.890.290.37
HSL319.3º80.79%34.71%-
HSV(B)319.3º89.38%62.75%-
XYZ17.739.0916.74-
YUV70.82152.38191.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=54.98%
G=5.84%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601711400.890.290.37319.380.7934.71
HexA011720591D2513f5123
Octal240211620131354547712143
Binary1010000010001111001001011001111011001011001111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01172; }

 p { color: rgb(160,17,114); }

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

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

 a { background-color: rgb(160,17,114); }

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

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

 span { border-color: rgb(160,17,114); }

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