#A40182

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

Shades of Eggplant #A40182

Tints of Eggplant #A40182

Color information

#A40182 (or 0xA40182) is unknown color: approx Eggplant. HEX triplet: A4, 01 and 82. RGB value is (164,1,130). Sum of RGB (Red+Green+Blue) = 164+1+130=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A40182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40182 is #5BFE7D. Grayscale: #404040. Windows color (decimal): -6028926 or 8520100. OLE color: 8520100.

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

Color convert

RGB1641130-
CMYK00.990.210.36
HSL312.52º98.79%32.35%-
HSV(B)312.52º99.39%64.31%-
XYZ19.359.5321.94-
YUV64.44165199.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=55.59%
G=0.34%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164113000.990.210.36312.5298.7932.35
HexA418206315241396320
Octal24412020143254447114340
Binary1010010011000001001100011101011001001001110011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40182; }

 p { color: rgb(164,1,130); }

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

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

 a { background-color: rgb(164,1,130); }

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

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

 span { border-color: rgb(164,1,130); }

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