#A4036C

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

Shades of Eggplant #A4036C

Tints of Eggplant #A4036C

Color information

#A4036C (or 0xA4036C) is unknown color: approx Eggplant. HEX triplet: A4, 03 and 6C. RGB value is (164,3,108). Sum of RGB (Red+Green+Blue) = 164+3+108=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4036C is #5BFC93. Grayscale: #3E3E3E. Windows color (decimal): -6028436 or 7078820. OLE color: 7078820.

HSL color Cylindrical-coordinate representation of color #A4036C: hue angle of 320.87º 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 #A4036C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB1643108-
CMYK00.980.340.36
HSL320.87º96.41%32.75%-
HSV(B)320.87º98.17%64.31%-
XYZ18.059.0414.98-
YUV63.11153.34199.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.64%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=59.64%
G=1.09%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164310800.980.340.36320.8796.4132.75
HexA436C06222241416021
Octal24431540142424450114041
Binary10100100111101100011000101000101001001010000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4036C; }

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

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

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

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

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

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

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

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