#A11073

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

Shades of Eggplant #A11073

Tints of Eggplant #A11073

Color information

#A11073 (or 0xA11073) is unknown color: approx Eggplant. HEX triplet: A1, 10 and 73. RGB value is (161,16,115). Sum of RGB (Red+Green+Blue) = 161+16+115=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A11073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11073 is #5EEF8C. Grayscale: #464646. Windows color (decimal): -6221709 or 7540897. OLE color: 7540897.

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

Color convert

RGB16116115-
CMYK00.900.290.37
HSL319.03º81.92%34.71%-
HSV(B)319.03º90.06%63.14%-
XYZ17.989.1917.05-
YUV70.64153.04192.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 16 (6.64% from 255) = 5.48%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=55.14%
G=5.48%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611611500.900.290.37319.0381.9234.71
HexA1107305A1D2513f5223
Octal241201630132354547712243
Binary1010000110000111001101011010111011001011001111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11073; }

 p { color: rgb(161,16,115); }

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

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

 a { background-color: rgb(161,16,115); }

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

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

 span { border-color: rgb(161,16,115); }

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