#A10076

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

Shades of Eggplant #A10076

Tints of Eggplant #A10076

Color information

#A10076 (or 0xA10076) is unknown color: approx Eggplant. HEX triplet: A1, 00 and 76. RGB value is (161,0,118). Sum of RGB (Red+Green+Blue) = 161+0+118=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A10076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10076 is #5EFF89. Grayscale: #3D3D3D. Windows color (decimal): -6225802 or 7733409. OLE color: 7733409.

HSL color Cylindrical-coordinate representation of color #A10076: hue angle of 316.02º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10076 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB1610118-
CMYK010.270.37
HSL316.02º100%31.57%-
HSV(B)316.02º100%63.14%-
XYZ17.978.8917.91-
YUV61.59159.84198.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=57.71%
G=0%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1610118010.270.37316.0210031.57
HexA10760641B2513c6420
Octal24101660144334547414440
Binary101000010111011001100100110111001011001111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10076; }

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

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

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

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

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

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

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

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