#A4036A

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

Shades of Eggplant #A4036A

Tints of Eggplant #A4036A

Color information

#A4036A (or 0xA4036A) is unknown color: approx Eggplant. HEX triplet: A4, 03 and 6A. RGB value is (164,3,106). Sum of RGB (Red+Green+Blue) = 164+3+106=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4036A is #5BFC95. Grayscale: #3E3E3E. Windows color (decimal): -6028438 or 6947748. OLE color: 6947748.

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

Color convert

RGB1643106-
CMYK00.980.350.36
HSL321.61º96.41%32.75%-
HSV(B)321.61º98.17%64.31%-
XYZ17.94914.43-
YUV62.88152.34200.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.07%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=60.07%
G=1.10%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164310600.980.350.36321.6196.4132.75
HexA436A06223241426021
Octal24431520142434450214041
Binary10100100111101010011000101000111001001010000101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4036A; }

 p { color: rgb(164,3,106); }

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

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

 a { background-color: rgb(164,3,106); }

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

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

 span { border-color: rgb(164,3,106); }

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