#A2016A

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

Shades of Eggplant #A2016A

Tints of Eggplant #A2016A

Color information

#A2016A (or 0xA2016A) is unknown color: approx Eggplant. HEX triplet: A2, 01 and 6A. RGB value is (162,1,106). Sum of RGB (Red+Green+Blue) = 162+1+106=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A2016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2016A is #5DFE95. Grayscale: #3C3C3C. Windows color (decimal): -6160022 or 6947234. OLE color: 6947234.

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

Color convert

RGB1621106-
CMYK00.990.350.36
HSL320.87º98.77%31.96%-
HSV(B)320.87º99.38%63.53%-
XYZ17.518.7414.4-
YUV61.11153.34199.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=60.22%
G=0.37%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162110600.990.350.36320.8798.7731.96
HexA216A06323241416320
Octal24211520143434450114340
Binary1010001011101010011000111000111001001010000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2016A; }

 p { color: rgb(162,1,106); }

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

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

 a { background-color: rgb(162,1,106); }

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

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

 span { border-color: rgb(162,1,106); }

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