#A2016B

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

Shades of Eggplant #A2016B

Tints of Eggplant #A2016B

Color information

#A2016B (or 0xA2016B) is unknown color: approx Eggplant. HEX triplet: A2, 01 and 6B. RGB value is (162,1,107). Sum of RGB (Red+Green+Blue) = 162+1+107=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2016B is #5DFE94. Grayscale: #3C3C3C. Windows color (decimal): -6160021 or 7012770. OLE color: 7012770.

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

Color convert

RGB1621107-
CMYK00.990.340.36
HSL320.5º98.77%31.96%-
HSV(B)320.5º99.38%63.53%-
XYZ17.568.7614.68-
YUV61.22153.84199.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=60%
G=0.37%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162110700.990.340.36320.598.7731.96
HexA216B06322241406320
Octal24211530143424450014340
Binary1010001011101011011000111000101001001010000001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2016B; }

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

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

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

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

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

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

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

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