#A20365

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

Shades of Eggplant #A20365

Tints of Eggplant #A20365

Color information

#A20365 (or 0xA20365) is unknown color: approx Eggplant. HEX triplet: A2, 03 and 65. RGB value is (162,3,101). Sum of RGB (Red+Green+Blue) = 162+3+101=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A20365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20365 is #5DFC9A. Grayscale: #3D3D3D. Windows color (decimal): -6159515 or 6620066. OLE color: 6620066.

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

Color convert

RGB1623101-
CMYK00.980.380.36
HSL323.02º96.36%32.35%-
HSV(B)323.02º98.15%63.53%-
XYZ17.288.6913.08-
YUV61.71150.18199.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=60.90%
G=1.13%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162310100.980.380.36323.0296.3632.35
HexA236506226241436020
Octal24231450142464450314040
Binary10100010111100101011000101001101001001010000111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20365; }

 p { color: rgb(162,3,101); }

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

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

 a { background-color: rgb(162,3,101); }

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

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

 span { border-color: rgb(162,3,101); }

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