#A1066D

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

Shades of Eggplant #A1066D

Tints of Eggplant #A1066D

Color information

#A1066D (or 0xA1066D) is unknown color: approx Eggplant. HEX triplet: A1, 06 and 6D. RGB value is (161,6,109). Sum of RGB (Red+Green+Blue) = 161+6+109=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1066D is #5EF992. Grayscale: #3F3F3F. Windows color (decimal): -6224275 or 7145121. OLE color: 7145121.

HSL color Cylindrical-coordinate representation of color #A1066D: hue angle of 320.13º 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 #A1066D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB1616109-
CMYK00.960.320.37
HSL320.13º92.81%32.75%-
HSV(B)320.13º96.27%63.14%-
XYZ17.528.8115.25-
YUV64.09153.35197.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=58.33%
G=2.17%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161610900.960.320.37320.1392.8132.75
HexA166D06020251405d21
Octal24161550140404550013541
Binary101000011101101101011000001000001001011010000001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1066D; }

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

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

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

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

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

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

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

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