#A4066C

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

Shades of Eggplant #A4066C

Tints of Eggplant #A4066C

Color information

#A4066C (or 0xA4066C) is unknown color: approx Eggplant. HEX triplet: A4, 06 and 6C. RGB value is (164,6,108). Sum of RGB (Red+Green+Blue) = 164+6+108=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4066C is #5BF993. Grayscale: #404040. Windows color (decimal): -6027668 or 7079588. OLE color: 7079588.

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

Color convert

RGB1646108-
CMYK00.960.340.36
HSL321.27º92.94%33.33%-
HSV(B)321.27º96.34%64.31%-
XYZ18.089.1114.99-
YUV64.87152.35198.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=58.99%
G=2.16%
B=38.85%

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
Decimal164610800.960.340.36321.2792.9433.33
HexA466C06022241415d21
Octal24461540140424450113541
Binary101001001101101100011000001000101001001010000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4066C; }

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

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

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

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

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

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

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

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