#A4066D

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

Shades of Eggplant #A4066D

Tints of Eggplant #A4066D

Color information

#A4066D (or 0xA4066D) is unknown color: approx Eggplant. HEX triplet: A4, 06 and 6D. RGB value is (164,6,109). Sum of RGB (Red+Green+Blue) = 164+6+109=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4066D is #5BF992. Grayscale: #404040. Windows color (decimal): -6027667 or 7145124. OLE color: 7145124.

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

Color convert

RGB1646109-
CMYK00.960.340.36
HSL320.89º92.94%33.33%-
HSV(B)320.89º96.34%64.31%-
XYZ18.149.1315.27-
YUV64.98152.85198.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=58.78%
G=2.15%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164610900.960.340.36320.8992.9433.33
HexA466D06022241415d21
Octal24461550140424450113541
Binary101001001101101101011000001000101001001010000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4066D; }

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

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

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

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

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

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

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

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