#A40066

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

Shades of Eggplant #A40066

Tints of Eggplant #A40066

Color information

#A40066 (or 0xA40066) is unknown color: approx Eggplant. HEX triplet: A4, 00 and 66. RGB value is (164,0,102). Sum of RGB (Red+Green+Blue) = 164+0+102=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A40066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40066 is #5BFF99. Grayscale: #3C3C3C. Windows color (decimal): -6029210 or 6684836. OLE color: 6684836.

HSL color Cylindrical-coordinate representation of color #A40066: hue angle of 322.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40066 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB1640102-
CMYK010.380.36
HSL322.68º100%32.16%-
HSV(B)322.68º100%64.31%-
XYZ17.718.8513.35-
YUV60.66151.33201.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=61.65%
G=0%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1640102010.380.36322.6810032.16
HexA406606426241436420
Octal24401460144464450314440
Binary1010010001100110011001001001101001001010000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40066; }

 p { color: rgb(164,0,102); }

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

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

 a { background-color: rgb(164,0,102); }

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

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

 span { border-color: rgb(164,0,102); }

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