#A1066C

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

Shades of Eggplant #A1066C

Tints of Eggplant #A1066C

Color information

#A1066C (or 0xA1066C) is unknown color: approx Eggplant. HEX triplet: A1, 06 and 6C. RGB value is (161,6,108). Sum of RGB (Red+Green+Blue) = 161+6+108=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1066C is #5EF993. Grayscale: #3F3F3F. Windows color (decimal): -6224276 or 7079585. OLE color: 7079585.

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

Color convert

RGB1616108-
CMYK00.960.330.37
HSL320.52º92.81%32.75%-
HSV(B)320.52º96.27%63.14%-
XYZ17.478.7914.96-
YUV63.97152.85197.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 6 (2.73% from 255) = 2.18%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=58.55%
G=2.18%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161610800.960.330.37320.5292.8132.75
HexA166C06021251415d21
Octal24161540140414550113541
Binary101000011101101100011000001000011001011010000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1066C; }

 p { color: rgb(161,6,108); }

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

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

 a { background-color: rgb(161,6,108); }

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

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

 span { border-color: rgb(161,6,108); }

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