#A2046B

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

Shades of Eggplant #A2046B

Tints of Eggplant #A2046B

Color information

#A2046B (or 0xA2046B) is unknown color: approx Eggplant. HEX triplet: A2, 04 and 6B. RGB value is (162,4,107). Sum of RGB (Red+Green+Blue) = 162+4+107=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2046B is #5DFB94. Grayscale: #3E3E3E. Windows color (decimal): -6159253 or 7013538. OLE color: 7013538.

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

Color convert

RGB1624107-
CMYK00.980.340.36
HSL320.89º95.18%32.55%-
HSV(B)320.89º97.53%63.53%-
XYZ17.68.8314.69-
YUV62.98152.85198.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=59.34%
G=1.47%
B=39.19%

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
Decimal162410700.980.340.36320.8995.1832.55
HexA246B06222241415f21
Octal24241530142424450113741
Binary101000101001101011011000101000101001001010000011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2046B; }

 p { color: rgb(162,4,107); }

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

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

 a { background-color: rgb(162,4,107); }

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

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

 span { border-color: rgb(162,4,107); }

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