#A2016C

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

Shades of Eggplant #A2016C

Tints of Eggplant #A2016C

Color information

#A2016C (or 0xA2016C) is unknown color: approx Eggplant. HEX triplet: A2, 01 and 6C. RGB value is (162,1,108). Sum of RGB (Red+Green+Blue) = 162+1+108=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2016C is #5DFE93. Grayscale: #3D3D3D. Windows color (decimal): -6160020 or 7078306. OLE color: 7078306.

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

Color convert

RGB1621108-
CMYK00.990.330.36
HSL320.12º98.77%31.96%-
HSV(B)320.12º99.38%63.53%-
XYZ17.628.7914.95-
YUV61.34154.34199.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=59.78%
G=0.37%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162110800.990.330.36320.1298.7731.96
HexA216C06321241406320
Octal24211540143414450014340
Binary1010001011101100011000111000011001001010000001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2016C; }

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

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

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

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

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

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

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

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